X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=blobdiff_plain;f=bin%2Fasm;fp=bin%2Fasm;h=03336f9b4ccbb2876dd6b871d87383f55900de2a;hp=0fabd8d65d64d55d9ac9db99635af1a233e3e29a;hb=2a870fd89ede4531ea999dc3d8fe81f8986b1196;hpb=baeb08e05af1cf11b9b0daf4871119c4cabc3f24 diff --git a/bin/asm b/bin/asm index 0fabd8d..03336f9 100755 --- a/bin/asm +++ b/bin/asm @@ -9,7 +9,7 @@ fi echo -en "Assembler: Translating \"$1\":" for n in $*; do - if [ $n == "/v" ]; then + if [ $n = "/v" ]; then VERBOSE=yes fi done @@ -38,7 +38,7 @@ go quit EOF -if [ "$VERBOSE" == "yes" ]; then +if [ "$VERBOSE" = "yes" ]; then h316 $name.go else h316 $name.go > /dev/null