diff options
| author | Miquel Sabaté <msabate@suse.com> | 2015-08-24 13:56:04 +0200 |
|---|---|---|
| committer | Miquel Sabaté <msabate@suse.com> | 2015-08-24 13:56:04 +0200 |
| commit | deefef53041e15eb3e0c42dc9374179735f760fd (patch) | |
| tree | d58ce5ac8658a6f658a6f1d7b480739950a4e4de /g.sh | |
| parent | 974a3655ee95fd22f98262603dca4faf8ed0711f (diff) | |
| download | g-deefef53041e15eb3e0c42dc9374179735f760fd.tar.gz g-deefef53041e15eb3e0c42dc9374179735f760fd.zip | |
Erase the contents of the g file in a portable way
Diffstat (limited to 'g.sh')
| -rw-r--r-- | g.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ __g_get_shortcuts() { # Save the computed shortcuts into the __g_file. __g_save_shortcuts() { # Erase the contents of the __g_file. - >$__g_file + :>$__g_file # Finally write the hash into the __g_file. for i in "${!__g_shortcuts[@]}"; do |
