Small fixes and some cleanup
Signed-off-by: Philipp Hachtmann <hachti@hachti.de>
echo -en "Assembler: Translating \"$1\":"
for n in $*; do
- if [ $n == "/v" ]; then
+ if [ $n = "/v" ]; then
VERBOSE=yes
fi
done
quit
EOF
-if [ "$VERBOSE" == "yes" ]; then
+if [ "$VERBOSE" = "yes" ]; then
h316 $name.go
else
h316 $name.go > /dev/null
echo -en "Assembler (Original): Translating \"$1\":"
for n in $*; do
- if [ $n == "/v" ]; then
+ if [ $n = "/v" ]; then
VERBOSE=yes
fi
done
quit
EOF
-if [ "$VERBOSE" == "yes" ]; then
+if [ "$VERBOSE" = "yes" ]; then
h316 $name.go
else
h316 $name.go > /dev/null
+++ /dev/null
-/home/hachti/h316/honeywell/obj/setsiz.obj
\ No newline at end of file