Ralf S. Engelschall 18 years ago
parent
commit
b959caff6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frink/frink.sh

+ 1 - 1
frink/frink.sh

@@ -12,7 +12,7 @@ case "$1" in
 esac
 
 #   execute program
-if [ ".$ui" = ".frink.parser.Frink" $# -eq 1 -a ! -f "$1" ]; then
+if [ ".$ui" = ".frink.parser.Frink" -a $# -eq 1 -a ! -f "$1" ]; then
     set -- -e "$@"
 fi
 if [ ".$ui" = ".frink.parser.Frink" -a \