aboutsummaryrefslogtreecommitdiff
path: root/g.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-08-01 23:45:55 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2015-08-01 23:45:55 +0200
commit112819777c7f77a47a97474dee21bbe1cfe531ec (patch)
treeef19201173696b0d7e4e2aad518b22dab8d1e35a /g.sh
parent0c254aded5a945a2bba1ab30265c344392a7f4fa (diff)
downloadg-112819777c7f77a47a97474dee21bbe1cfe531ec.tar.gz
g-112819777c7f77a47a97474dee21bbe1cfe531ec.zip
The test suite is working just fine
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 85498e0..09ff810 100644
--- a/g.sh
+++ b/g.sh
@@ -116,7 +116,7 @@ g() {
return 1
fi
__g_get_shortcuts
- __g_shortcuts[$2]=$path
+ __g_shortcuts[$2]=$(realpath $path)
__g_save_shortcuts
;;
rm)