UI - Buttons
[clnl] / bin / nl
diff --git a/bin/nl b/bin/nl
index a3de215686f70922563c62868eabc3470c4beb82..1abd5c8391b382b2439f89e29a83dc3c2e515e5b 100755 (executable)
--- a/bin/nl
+++ b/bin/nl
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [ $1 ] ; then
+if [ "$1" ] ; then
   ( cat bin/run.lisp | sed -e '/clnl:run/d' && echo "(clnl:run \"$1\")" ) | sbcl --script
 else
   sbcl --script bin/run.lisp