diff options
Diffstat (limited to 'genbootstrap.sh')
-rwxr-xr-x | genbootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/genbootstrap.sh b/genbootstrap.sh index 2eb0c48..0e4073f 100755 --- a/genbootstrap.sh +++ b/genbootstrap.sh @@ -25,7 +25,6 @@ echo 'pwd=`pwd`' >> $bootscript ./xmbld -Rnone mbld:mbld | \ sed "s:Entering directory '\\(.*\\)': cd \$pwd/\\1:g" | \ sed "s:Leaving directory.*: cd \$pwd:g" | \ - sed "s:\\([a-zA-Z0-9_-]*\\)+.*:\`\$pwd/sysselect.sh \1\`:" | \ sed "s:`pwd`:\$pwd:g" | \ grep '^ ' | \ sed 's/.*/echo &;&/' | \ |