X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=blobdiff_plain;f=bin%2Fasm_original;h=d173211b478e1020cd9ac0d21049eae8c2221645;hp=bc3f9595bcef1045c5ce5c55806bed089eeb1cbb;hb=2a870fd89ede4531ea999dc3d8fe81f8986b1196;hpb=baeb08e05af1cf11b9b0daf4871119c4cabc3f24 diff --git a/bin/asm_original b/bin/asm_original index bc3f959..d173211 100755 --- a/bin/asm_original +++ b/bin/asm_original @@ -9,7 +9,7 @@ fi echo -en "Assembler (Original): Translating \"$1\":" for n in $*; do - if [ $n == "/v" ]; then + if [ $n = "/v" ]; then VERBOSE=yes fi done @@ -39,7 +39,7 @@ go quit EOF -if [ "$VERBOSE" == "yes" ]; then +if [ "$VERBOSE" = "yes" ]; then h316 $name.go else h316 $name.go > /dev/null