wok diff zsh/receipt @ rev 21047
updated imlib2 and imlib2-dev (1.4.6 -> 1.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 12 16:40:34 2019 +0100 (2019-03-12) |
parents | 510d209b062d |
children | beba30c03091 |
line diff
1.1 --- a/zsh/receipt Fri Dec 25 17:55:12 2015 +0100 1.2 +++ b/zsh/receipt Tue Mar 12 16:40:34 2019 +0100 1.3 @@ -56,7 +56,7 @@ 1.4 echo '' 1.5 echo -n 'Do you want Zsh for /bin/sh (y/N) ? : ' 1.6 read -t 30 answer < /dev/tty 1.7 - if [ "$answer" == 'y' ]; then 1.8 + if [ "$answer" = 'y' ]; then 1.9 echo '' 1.10 action 'Removing sh link to make a new one pointing on /bin/zsh...' 1.11 rm "$1/bin/sh" && ln -s /bin/zsh "$1/bin/sh"