From d51419bf4397cf13d0c50bf84c125477c6bed307 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 9 Feb 2004 19:33:05 +0000 Subject: various tweaks. --- bin/9c | 1 + bin/bundle | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3