Commit e9e665e
committed
fix(feh): fix "nounset" error
In the current master, an error message is printed on the TAB
completion with the following command line (where the cursor position
is placed before the marker "[TAB]"):
$ set -u
$ feh --font x[TAB] --fontpath
bash: words[i + 1]: unbound variable1 parent 3c2cac0 commit e9e665e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments