From ee1c6e1ec15849fbcfadcdef28abcb49bfae7e32 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Wed, 1 Nov 2017 20:28:22 -0400 Subject: [PATCH] Fixed bug where -k (keep DNGs) wouldn't work when not using Dual ISO because of a typo. --- convmlv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convmlv.sh b/convmlv.sh index f380e5d..6fe0e5d 100755 --- a/convmlv.sh +++ b/convmlv.sh @@ -2372,7 +2372,7 @@ for ARG in "${FILE_ARGS_ITER[@]}"; do #Go through FILE_ARGS_ITER array, copied f oldFiles="${TMP}/orig_dng" find $oldFiles -name "*.dng" | xargs -I '{}' mv {} $DNG #Preserve the original, unprocessed DNGs. else - find $TMP -name "*.dng" | xargs -I '{}' mv {} $DNGv + find $TMP -name "*.dng" | xargs -I '{}' mv {} $DNG fi fi