Fixed bug where -k (keep DNGs) wouldn't work when not using Dual ISO because of a typo.

master
Sofus Albert Høgsbro Rose 2017-11-01 20:28:22 -04:00
parent b402fb5f68
commit ee1c6e1ec1
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 1 additions and 1 deletions

View File

@ -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