metagen.sh should be a bash script
authorRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 21:32:11 +0000 (14:32 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 21:32:11 +0000 (14:32 -0700)
metagen.sh uses bash-specific features (arrays) and should therefore
start with #!/bin/bash.

configs/metagen.sh

index faf89af..16c9180 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 while getopts a:c:e:h:n:o:s:t: c
      do