diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-22 21:30:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-22 21:30:09 +0200 |
| commit | 3073db4923074e88b3125e81631eac39fbd53e2c (patch) | |
| tree | de46a2db2df87393a9dded40158891ce5236e5d1 /open-file | |
| parent | 8e5778d79e3e470af48b5a08a9fe695b52d74b94 (diff) | |
| download | scripts-3073db4923074e88b3125e81631eac39fbd53e2c.tar.gz scripts-3073db4923074e88b3125e81631eac39fbd53e2c.zip | |
Reverted changes with excessive quotes
Diffstat (limited to '')
| -rwxr-xr-x | open-file | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -84,7 +84,7 @@ openfile() { | |||
| 84 | esac | 84 | esac |
| 85 | 85 | ||
| 86 | if [ -n "$prog" ]; then | 86 | if [ -n "$prog" ]; then |
| 87 | $launcher "$prog" "$f" | 87 | $launcher $prog "$f" |
| 88 | else | 88 | else |
| 89 | exit 1 | 89 | exit 1 |
| 90 | fi | 90 | fi |
