summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-10-15 13:00:50 +0000
committermartti <martti@pkgsrc.org>2008-10-15 13:00:50 +0000
commit3b5d0c70a5f6ee975b060d1188aa7b6539e36245 (patch)
treeef15155d980c21541a76d862c6af2462dae44b80 /www/apache2
parentc2cd07038620964b14a3655b318fa996a67e36a8 (diff)
downloadpkgsrc-3b5d0c70a5f6ee975b060d1188aa7b6539e36245.tar.gz
Fix pkg/33191 (affects only SunOS 5.8 so I didn't bumpà revision).
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/files/mkcert.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/files/mkcert.sh b/www/apache2/files/mkcert.sh
index efaac423c2f..6be1c77bc7c 100644
--- a/www/apache2/files/mkcert.sh
+++ b/www/apache2/files/mkcert.sh
@@ -32,7 +32,8 @@ EOF
fi
set -- $parameters
-for param; do
+for param
+do
case $param in
-a) algo=$2 ;;
-c) crt=$2 ;;