tazwok diff chroot-scripts/tank-bot @ rev 558

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:31:13 2019 +0100 (2019-02-26)
parents 0dafc6cafa19
children
line diff
     1.1 --- a/chroot-scripts/tank-bot	Sat Apr 30 21:17:27 2011 +0000
     1.2 +++ b/chroot-scripts/tank-bot	Tue Feb 26 08:31:13 2019 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  LOCAL_REPOSITORY="$SLITAZ_DIR/${undigest:-$SLITAZ_VERSION}"
     1.5  cd $LOCAL_REPOSITORY/flavors
     1.6  if [ ! -d .hg ]; then
     1.7 -	[ "$SLITAZ_VERSION" == "cooking" ] && hg clone http://hg.slitaz.org/flavors .
     1.8 -	[ "$SLITAZ_VERSION" == "stable" ] && hg clone http://hg.slitaz.org/flavors-stable .
     1.9 +	[ "$SLITAZ_VERSION" = "cooking" ] && hg clone http://hg.slitaz.org/flavors .
    1.10 +	[ "$SLITAZ_VERSION" = "stable" ] && hg clone http://hg.slitaz.org/flavors-stable .
    1.11  else
    1.12  	hg pull -u
    1.13  fi