aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <msabate@suse.com>2015-07-29 10:28:11 +0200
committerMiquel Sabaté <msabate@suse.com>2015-07-29 10:28:11 +0200
commit64d1eaa83a22b3127fda09cf5c38760684f9e6dc (patch)
treead1feddd2d73ff044fa3a6ea676234af83161551 /g.sh
parentebe139b64189e75f0fb163095c5069fc5094d235 (diff)
downloadg-64d1eaa83a22b3127fda09cf5c38760684f9e6dc.tar.gz
g-64d1eaa83a22b3127fda09cf5c38760684f9e6dc.zip
Fixed typo
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