summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-18 18:34:33 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-18 18:34:33 +0200
commit99ead7c9585250a0c240db87cdd40392782667f9 (patch)
tree0d00f7008433983481b3b7c4d9889edccfc8b93d
parentc111144d08ae94602ce0ba4fa6e4dcb704f8805c (diff)
Syntax in qrouter expects sh to be a link to bash. Fix
-rw-r--r--debian/patches/0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch b/debian/patches/0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch
new file mode 100644
index 0000000..514085d
--- /dev/null
+++ b/debian/patches/0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch
@@ -0,0 +1,18 @@
+From: Ruben Undheim <ruben.undheim@gmail.com>
+Date: Sat, 18 Aug 2018 18:34:23 +0200
+Subject: Syntax in qrouter expects sh to be a link to bash. Fix
+
+---
+ qrouter.sh.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+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"
diff --git a/debian/patches/series b/debian/patches/series
index 1ecbe17..52441c7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_chmod_executable.patch
02_use_tkcon_from_debian.patch
0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
+0004-Syntax-in-qrouter-expects-sh-to-be-a-link-to-bash.-F.patch