wok-tiny diff linux/stuff/pack @ rev 142

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:23 2019 +0100 (2019-02-27)
parents d22f6fcf51da
children 2c80994c5e30
line diff
     1.1 --- a/linux/stuff/pack	Sat Jul 07 11:56:18 2018 +0200
     1.2 +++ b/linux/stuff/pack	Wed Feb 27 17:43:23 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -if [ "$1" == "--build" ]; then	#install-begin
     1.7 +if [ "$1" = "--build" ]; then	#install-begin
     1.8  	uuencode -m - < unpacklz4.bin | sed -e '/^unpacklz4\.bin$/r/dev/stdin' \
     1.9  		-e '/^unpacklz4\.bin$/d' -i $0
    1.10  	cat helper.bin 2>/dev/null | uuencode -m - | sed -e \