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