summarylogtreecommitdiffstats
path: root/start-stanza.sh
diff options
context:
space:
mode:
authorEric Toombs2017-10-02 04:17:28 -0400
committerEric Toombs2017-10-02 04:17:28 -0400
commitf9149985932caa955c0d0397be3d6a4e1cdb3c2b (patch)
tree3b75eb1374a54c50ebc1208362a25619428ff5ca /start-stanza.sh
parentb17441a9ec34f01ec6368a438d028a06d8318c55 (diff)
downloadaur-f9149985932caa955c0d0397be3d6a4e1cdb3c2b.tar.gz
Hotwired to run with gcc5.
Diffstat (limited to 'start-stanza.sh')
-rwxr-xr-xstart-stanza.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/start-stanza.sh b/start-stanza.sh
new file mode 100755
index 000000000000..04e3f9e85b2c
--- /dev/null
+++ b/start-stanza.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+PATH="/opt/stanza/bin:$PATH" exec /opt/stanza/stanza "$@"