aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <msabate@suse.com>2015-07-29 10:32:05 +0200
committerMiquel Sabaté <msabate@suse.com>2015-07-29 10:32:05 +0200
commit177074df07a59c2c60476581baede662bfb18ac0 (patch)
tree46648600bb0d36b4ff3c217702b6e8e0e7a3e12c
parent64d1eaa83a22b3127fda09cf5c38760684f9e6dc (diff)
downloadg-177074df07a59c2c60476581baede662bfb18ac0.tar.gz
g-177074df07a59c2c60476581baede662bfb18ac0.zip
Another typo
-rw-r--r--g.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/g.sh b/g.sh
index 37eb077..85498e0 100644
--- a/g.sh
+++ b/g.sh
@@ -157,7 +157,7 @@ g() {
else
# Expand the shortcut and append the remaining parts of the path.
path[0]="${__g_shortcuts[$init]}"
- cd $(__g_join ${path[@]})
+ cd $(__g_join_path ${path[@]})
fi
;;
esac