From 081e420c18656f4b34fe71949a17dcd6d3b2650c Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 22 Aug 2002 19:19:37 +0000 Subject: [PATCH] Fixed a typo --- ext/mime_magic/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1