diff options
| author | Miquel Sabaté <msabate@suse.com> | 2015-07-29 10:32:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté <msabate@suse.com> | 2015-07-29 10:32:05 +0200 |
| commit | 177074df07a59c2c60476581baede662bfb18ac0 (patch) | |
| tree | 46648600bb0d36b4ff3c217702b6e8e0e7a3e12c | |
| parent | 64d1eaa83a22b3127fda09cf5c38760684f9e6dc (diff) | |
| download | g-177074df07a59c2c60476581baede662bfb18ac0.tar.gz g-177074df07a59c2c60476581baede662bfb18ac0.zip | |
Another typo
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ g() { else # Expand the shortcut and append the remaining parts of the path. path[0]="${__g_shortcuts[$init]}" - cd $(__g_join ${path[@]}) + cd $(__g_join_path ${path[@]}) fi ;; esac |
