aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
Diffstat (limited to 'g.sh')
-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