From 112819777c7f77a47a97474dee21bbe1cfe531ec Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 1 Aug 2015 23:45:55 +0200 Subject: The test suite is working just fine --- g.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g.sh') 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) -- cgit v1.2.3