diff options
Diffstat (limited to 'ext/mime_magic')
-rw-r--r-- | ext/mime_magic/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |