Skip to content
Snippets Groups Projects
Commit 7a9717e9 authored by Nicolas M. Thiéry's avatar Nicolas M. Thiéry
Browse files

Retouche docker-compile-and-run

parent 8815d6ee
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ usage () {
echo The exit status is that of the compiler.
}
if [ -n $1 ]; then
if [ x"$1" = "x" ]; then
usage
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment