[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.2.1+dfsg-120-g4fa234f

Russ Allbery rra at debian.org
Tue Sep 8 00:57:14 UTC 2009


The following commit has been merged in the debian branch:
commit ed5c5c5643a5833ddb0195d5605cbb6bf7d2ec2e
Author: Russ Allbery <rra at debian.org>
Date:   Mon Sep 7 14:32:11 2009 -0700

    metagen.sh should be a bash script
    
    metagen.sh uses bash-specific features (arrays) and should therefore
    start with #!/bin/bash.

diff --git a/configs/metagen.sh b/configs/metagen.sh
index faf89af..16c9180 100755
--- a/configs/metagen.sh
+++ b/configs/metagen.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 while getopts a:c:e:h:n:o:s:t: c
      do

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list