From 0ca8aeb4ff2e60c5bfa70330e8278bb31396c36e Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Sat, 18 Aug 2018 18:34:23 +0200 Subject: 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 --- qrouter.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3