summarylogtreecommitdiffstats
path: root/sayit
diff options
context:
space:
mode:
authorPaolo2020-02-25 21:29:41 +0000
committerPaolo2020-02-25 21:29:41 +0000
commit12cf2c442a0e8a3948d669adbf391817270c0602 (patch)
tree3cd9d9799dfab3cb36612e7e5b0e553902427105 /sayit
parente04259df1496e9d73493bce5892c346f4937d528 (diff)
downloadaur-12cf2c442a0e8a3948d669adbf391817270c0602.tar.gz
v0.3-3 - fix executable arguments in the launcher
Diffstat (limited to 'sayit')
-rw-r--r--sayit2
1 files changed, 1 insertions, 1 deletions
diff --git a/sayit b/sayit
index 7877d9d9dc71..0199ccc36b49 100644
--- a/sayit
+++ b/sayit
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/share/sayit/SayIt $@
+exec /usr/share/sayit/SayIt "$@"