diff --git a/convmlv.sh b/convmlv.sh index 06ecde2..115b066 100755 --- a/convmlv.sh +++ b/convmlv.sh @@ -531,7 +531,6 @@ for ARG in $*; do export -f inc_iso #Must expose function to subprocess. find $TMP -name *.dng -print0 | sort -z | xargs -0 -I {} -P $THREADS -n 1 bash -c "inc_iso {} $CR_HDR $TMP $FRAMES $oldFiles $lPath $iPath" - exit rm $iPath echo -e "\n" fi