global: Small fixes to asm scripts ("==" problem)
authorPhilipp Hachtmann <hachti@hachti.de>
Sat, 18 Jan 2014 14:54:34 +0000 (15:54 +0100)
committerPhilipp Hachtmann <hachti@hachti.de>
Sat, 18 Jan 2014 14:55:16 +0000 (15:55 +0100)
Small fixes and some cleanup

Signed-off-by: Philipp Hachtmann <hachti@hachti.de>
bin/asm
bin/asm_original
lib/fortran/vpunch-help/font_8x16.o [deleted file]
lib/fortran/vpunch-help/use [deleted file]
lib/fortran/vpunch-help/use.o [deleted file]
obj [deleted symlink]
pc-tools/ldc2/src/data_block_0_0.cpp~ [deleted file]
pc-tools/ldc2/src/data_block_0_0.hh~ [deleted file]

diff --git a/bin/asm b/bin/asm
index 0fabd8d65d64d55d9ac9db99635af1a233e3e29a..03336f9b4ccbb2876dd6b871d87383f55900de2a 100755 (executable)
--- 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
index bc3f9595bcef1045c5ce5c55806bed089eeb1cbb..d173211b478e1020cd9ac0d21049eae8c2221645 100755 (executable)
@@ -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
diff --git a/lib/fortran/vpunch-help/font_8x16.o b/lib/fortran/vpunch-help/font_8x16.o
deleted file mode 100644 (file)
index 7d26e09..0000000
Binary files a/lib/fortran/vpunch-help/font_8x16.o and /dev/null differ
diff --git a/lib/fortran/vpunch-help/use b/lib/fortran/vpunch-help/use
deleted file mode 100755 (executable)
index 6add22f..0000000
Binary files a/lib/fortran/vpunch-help/use and /dev/null differ
diff --git a/lib/fortran/vpunch-help/use.o b/lib/fortran/vpunch-help/use.o
deleted file mode 100644 (file)
index bce21ca..0000000
Binary files a/lib/fortran/vpunch-help/use.o and /dev/null differ
diff --git a/obj b/obj
deleted file mode 120000 (symlink)
index f68117e..0000000
--- a/obj
+++ /dev/null
@@ -1 +0,0 @@
-/home/hachti/h316/honeywell/obj/setsiz.obj
\ No newline at end of file
diff --git a/pc-tools/ldc2/src/data_block_0_0.cpp~ b/pc-tools/ldc2/src/data_block_0_0.cpp~
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/pc-tools/ldc2/src/data_block_0_0.hh~ b/pc-tools/ldc2/src/data_block_0_0.hh~
deleted file mode 100644 (file)
index e69de29..0000000