aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--g.sh2
1 files changed, 1 insertions, 1 deletions
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)