diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 17:20:16 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 17:20:16 +0200 |
| commit | f4b44c0d627d124c1fe2c89d21358eda9c80698b (patch) | |
| tree | 23ab9bb1f1a23302609395c4958e7b7a5be04dd0 /g.sh | |
| parent | 364428630de226be7d01e6a83bb742d49e5fa8ef (diff) | |
| download | g-f4b44c0d627d124c1fe2c89d21358eda9c80698b.tar.gz g-f4b44c0d627d124c1fe2c89d21358eda9c80698b.zip | |
Typo
Diffstat (limited to 'g.sh')
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ g() { gfile=$HOME/.gfile declare -A gshortcuts - # Make sure the the gfile actually exists. + # Make sure that the gfile actually exists. if [ ! -z "$GFILE" ]; then gfile="$GFILE" fi |
