Fixed exit :(

modularize
Sofus Albert Høgsbro Rose 2016-03-20 19:41:17 -04:00
parent 3d3e60379a
commit bef489970d
1 changed files with 0 additions and 1 deletions

View File

@ -531,7 +531,6 @@ for ARG in $*; do
export -f inc_iso #Must expose function to subprocess. 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" 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 rm $iPath
echo -e "\n" echo -e "\n"
fi fi