[cpp-sp] 35/40: metagen.sh should be a bash script
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:42:56 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=ed5c5c5643a5833ddb0195d5605cbb6bf7d2ec2e
commit ed5c5c5643a5833ddb0195d5605cbb6bf7d2ec2e
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
configs/metagen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list