# HG changeset patch # User Pascal Bellard # Date 1551285824 -3600 # Node ID 79951e87c7c0801580a6a5b3e1722843e6922f61 # Parent 98651ed84ba415f3a2b1a4f99f10bedbd97ee62f Remove ashism == diff -r 98651ed84ba4 -r 79951e87c7c0 gcc/receipt --- a/gcc/receipt Sat Apr 07 06:24:47 2018 +0100 +++ b/gcc/receipt Wed Feb 27 17:43:44 2019 +0100 @@ -34,8 +34,8 @@ { # Package slitaz-toolchain use 'cook --options' when rebuilding # the full SliTaz toolchain. - [ "$2" == "--first-pass" ] && opt=$2 - [ "$3" == "--first-pass" ] && opt=$3 + [ "$2" = "--first-pass" ] && opt=$2 + [ "$3" = "--first-pass" ] && opt=$3 # Use libiberty.a from binutils. sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in || return 1