aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
Diffstat (limited to 'g.sh')
-rw-r--r--g.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/g.sh b/g.sh
index 2ba6d3b..37eb077 100644
--- a/g.sh
+++ b/g.sh
@@ -81,7 +81,7 @@ __g_join_path() {
# The main function for this script.
g() {
- version="0.3.7"
+ version="0.3.8"
cmd="$1"
__g_file=$HOME/.gfile
declare -A __g_shortcuts
@@ -111,7 +111,7 @@ g() {
return 1
fi
fi
- if is_keyword $2; then
+ if __g_is_keyword $2; then
echo "Cannot use '$2': keyword."
return 1
fi