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-12-20 09:53:14 +0100
commitfb5e105d1a70ee9e60c99a22be1bf9edced81b3f (patch)
tree0b504f47555b5948a20e752675c26318f3a70694
parent6d0c22720a4f6da80bc6157b7d4cc7afd3687234 (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"