metagen.sh should be a bash script
authorRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 21:32:11 +0000 (14:32 -0700)
committerSam Hartman <hartmans@debian.org>
Mon, 1 Nov 2010 00:12:42 +0000 (20:12 -0400)
metagen.sh uses bash-specific features (arrays) and should therefore
start with #!/bin/bash.

configs/metagen.sh

index 3c1efba..4223403 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 SAML1=0
 SAML2=0