# HG changeset patch # User Christophe Lincoln # Date 1235393067 -3600 # Node ID 52b7909de4024d25359c46629fef2409367dc5dd # Parent bfc86e9a60b121008f4b331eba5ced2b0ae1154e Up: bash (4.0) diff -r bfc86e9a60b1 -r 52b7909de402 bash/receipt --- a/bash/receipt Sun Feb 22 22:51:51 2009 +0100 +++ b/bash/receipt Mon Feb 23 13:44:27 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bash" -VERSION="3.2" +VERSION="4.0" CATEGORY="system-tools" SHORT_DESC="The GNU bourne SHell." MAINTAINER="pankso@slitaz.org" @@ -52,8 +52,8 @@ echo "" echo "**** Actual SH link : $sh" echo "" - echo -n "Do you want Bash for /bin/sh (y/N) ? : "; read anser - if [ "$anser" == "y" ]; then + echo -n "Do you want Bash for /bin/sh (yes/No) ? : "; read anser + if [ "$anser" == "yes" ]; then echo "" echo -n "Removin sh link to make a new one pointing on /bin/bash..." rm $root/bin/sh && ln -s /bin/bash $root/bin/sh