Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia committed Nov 15, 2017
1 parent 7ff22d9 commit 38330c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPU/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ then
echo "***! Type \"juicer.sh -h \" for help"
exit 1
else
if [[ -z "$final" && -z "$dedup" && -z "$postproc" && -z "$deduponly" && -z "$alignonly" ]]; then
if [[ -z "$final" && -z "$dedup" && -z "$postproc" && -z "$deduponly" ]]; then
mkdir "$outputdir" || { echo "***! Unable to create ${outputdir}, check permissions." ; exit 1; }
fi
fi
Expand Down

0 comments on commit 38330c6

Please sign in to comment.