diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-05 15:07:49 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-05 15:07:49 +0000 |
commit | 713699af7b32f2925b558c8572c3a4427ca5bce9 (patch) | |
tree | 6b21feef422791e3e9d7407c55d28d530b33e67b /www/apache2 | |
parent | bc6c600af195b65e2006eaffac2cfcc2cb368cda (diff) |
Notes
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/files/apache.sh | 2 |
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() |