[Xfce4-commits] <xfconf:master> Use sh as interpreter.
Nick Schermer
noreply at xfce.org
Mon Mar 7 16:56:01 CET 2011
Updating branch refs/heads/master
to 3178c35d6924a62f491eb3c37e1ee72835b6fa4f (commit)
from 3cd8ae19d1ea83d0c24795e4da1cc25ebefefab3 (commit)
commit 3178c35d6924a62f491eb3c37e1ee72835b6fa4f
Author: Nick Schermer <nick at xfce.org>
Date: Mon Mar 7 16:52:53 2011 +0100
Use sh as interpreter.
tests/test-template.sh.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/test-template.sh.in b/tests/test-template.sh.in
index 5d2a3a6..0d0710d 100644
--- a/tests/test-template.sh.in
+++ b/tests/test-template.sh.in
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
cleanup() {
if [ "$XFCONFD_PID" ]; then
More information about the Xfce4-commits
mailing list