Skip to content
Snippets Groups Projects
Commit 78ae33ee authored by nimrod's avatar nimrod
Browse files

- Yet another fix, yet another patch bump.

parent 599e5f73
No related branches found
No related tags found
No related merge requests found
0.5.2 0.5.3
\ No newline at end of file \ No newline at end of file
...@@ -4,4 +4,4 @@ for filename in "$@" ...@@ -4,4 +4,4 @@ for filename in "$@"
do do
/usr/bin/env -i /bin/sh -en "$filename" || failed=1 /usr/bin/env -i /bin/sh -en "$filename" || failed=1
done done
[ "${failed:-0}" -eq 1 ] && exit 1 [ "${failed:-0}" -eq 0 ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment