From e1606e48e02e0f4bfa28fb939bb6348af6b7ec5c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sun, 2 Aug 2015 00:08:50 +0200 Subject: Yet another '==' --- g.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g.sh') diff --git a/g.sh b/g.sh index 843313a..5ccb5ff 100644 --- a/g.sh +++ b/g.sh @@ -39,7 +39,7 @@ __g_get_shortcuts() { __g_shortcuts=() while read line; do if [ ! -z "$line" ]; then - if [ "$word" == "" ]; then + if [ "$word" = "" ]; then word=$line else __g_shortcuts[$word]=$(eval echo $line) -- cgit v1.2.3