summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-18 18:34:23 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-22 12:13:19 +0200
commita2c53165e47a104a7f17698cc6136af8680d9373 (patch)
treef465c486d1b033061af0135a999e8d125ec424aa
parenta8283809cee57b0dbcbe5bfe6efb2f444efc05a6 (diff)
Syntax in qrouter expects sh to be a link to bash. Fix
Gbp-Pq: Name 0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch
-rwxr-xr-xqrouter.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrouter.sh.in b/qrouter.sh.in
index 8e7cbda..2f4a204 100755
--- a/qrouter.sh.in
+++ b/qrouter.sh.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# For installation, put this file (qrouter.sh) in a standard executable path.
# Put startup script "qrouter.tcl" and shared library "qrouter.so"