diff options
author | rsc <devnull@localhost> | 2004-02-09 19:33:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-02-09 19:33:05 +0000 |
commit | d51419bf4397cf13d0c50bf84c125477c6bed307 (patch) | |
tree | d9a10c72e5b710e7a9f85e632c8b893ecd43dd0a /bin/bundle | |
parent | c1973705501d05e906bd14a0dc25cc4472b5871f (diff) | |
download | plan9port-d51419bf4397cf13d0c50bf84c125477c6bed307.tar.gz plan9port-d51419bf4397cf13d0c50bf84c125477c6bed307.tar.bz2 plan9port-d51419bf4397cf13d0c50bf84c125477c6bed307.zip |
various tweaks.
Diffstat (limited to 'bin/bundle')
-rwxr-xr-x | bin/bundle | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |