summaryrefslogtreecommitdiff
path: root/conmux
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2010-12-21 17:27:57 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2010-12-21 17:27:57 +0000
commitbd50d329b7e7fb23780af70f1ca58a7f463225a8 (patch)
treedaf19e328666758bac215e4024a198d281df770a /conmux
parent980454594fa105023f74e464f67b09e4e9f33185 (diff)
conmux: fix start script to use /bin/bash
Some distros now use dash instead of bash for /bin/sh. However, the start script makes use of some bash-isms and so fails to run if /bin/sh is dash. This patch fixes the problem by specifying bash as the script interpreter. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> git-svn-id: svn://test.kernel.org/autotest/trunk@4999 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'conmux')
-rwxr-xr-xconmux/start2
1 files changed, 1 insertions, 1 deletions
diff --git a/conmux/start b/conmux/start
index 92402af6..dabcd583 100755
--- a/conmux/start
+++ b/conmux/start
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
#
# start -- start up configured conmux servers on this host.
#