aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-09-05 15:07:49 +0000
committerClement Laforet <clement@FreeBSD.org>2005-09-05 15:07:49 +0000
commit713699af7b32f2925b558c8572c3a4427ca5bce9 (patch)
tree6b21feef422791e3e9d7407c55d28d530b33e67b /www
parentbc6c600af195b65e2006eaffac2cfcc2cb368cda (diff)
downloadports-713699af7b32f2925b558c8572c3a4427ca5bce9.tar.gz
ports-713699af7b32f2925b558c8572c3a4427ca5bce9.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/apache2/files/apache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache2/files/apache.sh b/www/apache2/files/apache.sh
index fe15a5421fb2..5c245d1f222d 100644
--- a/www/apache2/files/apache.sh
+++ b/www/apache2/files/apache.sh
@@ -93,7 +93,7 @@ checkyesno apache2ssl_enable && \
apache2_checkconfig()
{
echo "Performing sanity check on apache2 configuration:"
- ${command} ${apache2_flags} -t
+ eval "${command} ${apache2_flags} -t"
}
apache2_precmd()