diff options
Diffstat (limited to 'open-file')
| -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 |
