Skip to content

Commit

Permalink
run_singularity to end in new line
Browse files Browse the repository at this point in the history
run_singularity file to end with expected unix text file ending
A sequence of zero or more non- <newline> characters plus a terminating <newline> character.
  • Loading branch information
ArangoGutierrez committed Aug 31, 2018
1 parent e15a50c commit 03e9410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run-singularity
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@

exec /usr/bin/env singularity --quiet run "$@"

exit 255
exit 255

0 comments on commit 03e9410

Please sign in to comment.