aboutsummaryrefslogtreecommitdiff
path: root/open-file
diff options
context:
space:
mode:
Diffstat (limited to 'open-file')
-rwxr-xr-xopen-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-file b/open-file
index 212ae40..12b8f0b 100755
--- a/open-file
+++ b/open-file
@@ -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

Generated with cgit - Back to sebastiano.tronto.net