diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-08-22 19:19:37 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-08-22 19:19:37 +0000 |
commit | 081e420c18656f4b34fe71949a17dcd6d3b2650c (patch) | |
tree | 8b1067347ffac43ca24db2d33ca2095a4617cd94 /ext/mime_magic | |
parent | 17743955d091fdcd724b278b0682bd967c90d402 (diff) | |
download | php-git-081e420c18656f4b34fe71949a17dcd6d3b2650c.tar.gz |
Fixed a typo
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 |