diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 23:45:55 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-08-01 23:45:55 +0200 |
| commit | 112819777c7f77a47a97474dee21bbe1cfe531ec (patch) | |
| tree | ef19201173696b0d7e4e2aad518b22dab8d1e35a /g.sh | |
| parent | 0c254aded5a945a2bba1ab30265c344392a7f4fa (diff) | |
| download | g-112819777c7f77a47a97474dee21bbe1cfe531ec.tar.gz g-112819777c7f77a47a97474dee21bbe1cfe531ec.zip | |
The test suite is working just fine
Diffstat (limited to 'g.sh')
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ g() { return 1 fi __g_get_shortcuts - __g_shortcuts[$2]=$path + __g_shortcuts[$2]=$(realpath $path) __g_save_shortcuts ;; rm) |
