From: Ilia Alshanetsky Date: Thu, 22 Aug 2002 19:19:37 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: RELEASE_0_91~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=081e420c18656f4b34fe71949a17dcd6d3b2650c;p=php Fixed a typo --- diff --git a/ext/mime_magic/config.m4 b/ext/mime_magic/config.m4 index aca9094bef..567deb56cb 100644 --- a/ext/mime_magic/config.m4 +++ b/ext/mime_magic/config.m4 @@ -11,7 +11,7 @@ if test "$PHP_MIME_MAGIC" = "yes"; then # Try to see if we can find the path of the magic file in its # default locations. - if test-f /usr/share/magic.mime ; then + if test -f /usr/share/magic.mime ; then PHP_MIME_MAGIC_FILE_PATH=/usr/share/magic.mime elif test -f /usr/share/magic ; then PHP_MIME_MAGIC_FILE_PATH=/usr/share/magic