Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Mar 13, 2018
1 parent 55a09bd commit fda81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/blah_common_submit_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ function bls_test_input_files ()
if ! bls_fl_test_exists inputsand ; then
echo "Input sandbox file doesn't exist: $bls_fl_test_exists_result" >&2
echo Error # for the sake of waiting fgets in blahpd
rm -rf $bls_tmp_file
rm -f "$bls_tmp_file"
exit 1
fi
}
Expand Down

0 comments on commit fda81be

Please sign in to comment.