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-08-18 18:44:37 +0200
commit415cb2878ba8a58f23587dfdf7616485c7a8d46e (patch)
treec9738b86208967407cc0a8348f5bb3cdded0a436
parent5aeffd356471fabbf8953190a4e03315c6a6f72d (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"