fixed a test script for a changed sed option

This commit is contained in:
hyung-hwan 2013-01-12 16:57:41 +00:00
parent 67bac76b65
commit 2337ac67b1
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ if [ -n "$FROMINIT" ];then
cp -af /image/* /ramdisk/cdrom/
fi
--------------------------------------------------------------------------------
[CMD] qsesed -w -f s008.sed s008.dat </dev/stdin 2>&1
[CMD] qsesed -b -f s008.sed s008.dat </dev/stdin 2>&1
--------------------------------------------------------------------------------
# copy binaries to ramdisk

View File

@ -102,7 +102,7 @@ if [ -n "$FROMINIT" ];then
cp -af /image/* /ramdisk/cdrom/
fi
--------------------------------------------------------------------------------
[CMD] qsesed -m 500000 -w -f s008.sed s008.dat </dev/stdin 2>&1
[CMD] qsesed -m 500000 -b -f s008.sed s008.dat </dev/stdin 2>&1
--------------------------------------------------------------------------------
# copy binaries to ramdisk

View File

@ -63,7 +63,7 @@ PROGS="
s005.sed/s005.dat//
s006.sed/s006.dat//
s007.sed/s007.dat//
s008.sed/s008.dat//-w
s008.sed/s008.dat//-b
s009.sed/s009.dat//
"