wok rev 19858
linld: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 18 09:49:11 2017 +0100 (2017-03-18) |
parents | d070ffff2c81 |
children | f02043146f5b |
files | linld/stuff/upx.sh |
line diff
1.1 --- a/linld/stuff/upx.sh Sat Mar 18 09:21:47 2017 +0100 1.2 +++ b/linld/stuff/upx.sh Sat Mar 18 09:49:11 2017 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 upx -5 $1 1.6 o=$(($(stat -c %s $1) - 15)) 1.7 -if dd bs=1 skik=$o if=$1 count=15 2> /dev/null | hd | \ 1.8 +if dd bs=1 skip=$o if=$1 count=15 2> /dev/null | hd | \ 1.9 grep -iq "2c e8 3c 01 77 f9 c1 04 08 29 34 ad e2 f1 c3"; then 1.10 echo "0 3C E8 75 FB 89 F7 AD 86 E0 29 F8 AB |" | hexdump -R | \ 1.11 dd bs=1 seek=$o of=$1 conv=notrunc 2> /dev/null