aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9c1
-rwxr-xr-xbin/bundle8
2 files changed, 5 insertions, 4 deletions
diff --git a/bin/9c b/bin/9c
index fa37baad..602d0289 100755
--- a/bin/9c
+++ b/bin/9c
@@ -11,6 +11,7 @@ usegcc()
-Wno-parentheses \
-Wno-missing-braces \
-Wno-switch \
+ -Wno-comment \
-Wno-sign-compare \
"
}
diff --git a/bin/bundle b/bin/bundle
index bb05fd40..1395754a 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -2,8 +2,8 @@
echo '# To unbundle, run this file'
for i
do
- echo 'echo '$i
- echo 'sed ''s/.//'' >'$i' <<''//GO.SYSIN DD '$i''''
- sed 's/^/-/' $i
- echo '//GO.SYSIN DD '$i
+ echo "echo $i"
+ echo "sed 's/.//' >$i <<'//GO.SYSIN DD $i'"
+ sed "s/^/-/" $i
+ echo "//GO.SYSIN DD $i"
done