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>2019-10-19 20:45:25 +0200
commit0ca8aeb4ff2e60c5bfa70330e8278bb31396c36e (patch)
tree900bced0d7c76bfe09e427326fbbb5d3ba8d20d2
parente13bf48a3c6c7064647953ee2aa65b0e98464401 (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
-rw-r--r--qrouter.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrouter.sh.in b/qrouter.sh.in
index 8e7cbda..2f4a204 100644
--- 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"