wok-undigest rev 1216

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:44 2019 +0100 (2019-02-27)
parents 98651ed84ba4
children 0b23d5f89212
files gcc/receipt
line diff
     1.1 --- a/gcc/receipt	Sat Apr 07 06:24:47 2018 +0100
     1.2 +++ b/gcc/receipt	Wed Feb 27 17:43:44 2019 +0100
     1.3 @@ -34,8 +34,8 @@
     1.4  {
     1.5  	# Package slitaz-toolchain use 'cook --options' when rebuilding
     1.6  	# the full SliTaz toolchain.
     1.7 -	[ "$2" == "--first-pass" ] && opt=$2
     1.8 -	[ "$3" == "--first-pass" ] && opt=$3
     1.9 +	[ "$2" = "--first-pass" ] && opt=$2
    1.10 +	[ "$3" = "--first-pass" ] && opt=$3
    1.11  
    1.12  	# Use libiberty.a from binutils.
    1.13  	sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || return 1