Skip to content

Commit

Permalink
helper/create-job-tmpdir: Fix typo in error path
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 5, 2022
1 parent bd856d7 commit 4040371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/create_job_tmpdir
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ if fallocate -l ${MXQ_SIZE}G $filename; then
fi
rm $filename
else
test -e $fileame && rm $filename
test -e $filename && rm $filename
fi
exit $status

0 comments on commit 4040371

Please sign in to comment.