diff options
Diffstat (limited to 'genbootstrap.sh')
-rwxr-xr-x | genbootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genbootstrap.sh b/genbootstrap.sh index 2b871c1..fafee06 100755 --- a/genbootstrap.sh +++ b/genbootstrap.sh @@ -17,7 +17,7 @@ echo 'pwd=`pwd`' >> bootstrap.sh sed "s:Leaving directory.*:\tcd \$pwd:g" | \ sed "s:\\([a-zA-Z0-9_-]*\\)+.*:\`\$pwd/sysselect.sh \1\`:" | \ grep $'^\t' | \ - sed 's/.*/echo &\n&/' | \ + sed $'s/.*/echo &\\\n&/' | \ tee -a bootstrap.sh chmod +x bootstrap.sh rm ./xmbld |