Fixed bug where -k (keep DNGs) wouldn't work when not using Dual ISO because of a typo.
parent
b402fb5f68
commit
ee1c6e1ec1
|
@ -2372,7 +2372,7 @@ for ARG in "${FILE_ARGS_ITER[@]}"; do #Go through FILE_ARGS_ITER array, copied f
|
||||||
oldFiles="${TMP}/orig_dng"
|
oldFiles="${TMP}/orig_dng"
|
||||||
find $oldFiles -name "*.dng" | xargs -I '{}' mv {} $DNG #Preserve the original, unprocessed DNGs.
|
find $oldFiles -name "*.dng" | xargs -I '{}' mv {} $DNG #Preserve the original, unprocessed DNGs.
|
||||||
else
|
else
|
||||||
find $TMP -name "*.dng" | xargs -I '{}' mv {} $DNGv
|
find $TMP -name "*.dng" | xargs -I '{}' mv {} $DNG
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue