diff --git a/scripts/process-archive.sh b/scripts/process-archive.sh index e64277b0..4b88fd53 100755 --- a/scripts/process-archive.sh +++ b/scripts/process-archive.sh @@ -204,7 +204,7 @@ if ! [ -z $COMMON_PREVIEWS ] ; then if ! [ -e "./$COMMON_PREVIEWS" ] ; then mkdir -p "./$COMMON_PREVIEWS" fi - find . -type d -name 'preview (RAW)' -exec mv "./\{}" "$COMMON_PREVIEWS" \; + find . -type d -name 'preview (RAW)' -exec mv "./\{}" "./$COMMON_PREVIEWS" \; fi