[Debian-ha-commits] [pacemaker] 07/69: Use sh, not bash, for best-match.sh

Christoph Berg myon at debian.org
Tue Jan 26 09:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch debian/master
in repository pacemaker.

commit fa90799f7c554fa6afab32cbd8097b28bf814079
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Dec 15 14:56:31 2015 +0100

    Use sh, not bash, for best-match.sh
    
    So it can be used on FreeBSD
---
 xml/best-match.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xml/best-match.sh b/xml/best-match.sh
index ea3d4ba..6d9ffb7 100755
--- a/xml/best-match.sh
+++ b/xml/best-match.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 base=$1; shift
 target=$1; shift

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list