]> granicus.if.org Git - php/commitdiff
Fixed a typo
authorIlia Alshanetsky <iliaa@php.net>
Thu, 22 Aug 2002 19:19:37 +0000 (19:19 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 22 Aug 2002 19:19:37 +0000 (19:19 +0000)
ext/mime_magic/config.m4

index aca9094bef4c3c964e37d478f3ebf7d1fd1f8c06..567deb56cb051b7100610ec2dd2d32f3101dfc31 100644 (file)
@@ -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