From e2db11a8dc1675f39ab8dd8aab4146adab2990b2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 1 Sep 2013 11:49:24 +0400 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- scripts/process-archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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