diff auto/configure @ 255:e6938ca7331a

nginx-0.0.2-2004-02-09-23:47:18 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Feb 2004 20:47:18 +0000
parents b6793bc5034b
children 8e39cab6abd5
line wrap: on
line diff
--- a/auto/configure
+++ b/auto/configure
@@ -3,7 +3,7 @@
 . auto/init
 . auto/sources
 
-test $OBJ || mkdir $OBJ
+test -d $OBJ || mkdir $OBJ
 echo > $NGX_AUTO_CONFIG_H
 
 if [ "$PLATFORM" != win32 ]; then