From: Roland McGrath Date: Mon, 25 Mar 1996 07:21:12 +0000 (+0000) Subject: Undo last change X-Git-Tag: fsf-origin~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb81c9f1af3be166a26eed8f42e2add67deafdd;p=thirdparty%2Fautoconf.git Undo last change --- diff --git a/mkinstalldirs b/mkinstalldirs index b044a331..cd1fe0a7 100755 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -18,8 +18,7 @@ do -* ) pathcomp=./$pathcomp ;; esac - # Test `DIR/.' so that we see a symlink to a directory as a directory. - if test ! -d "$pathcomp"/.; then + if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" 1>&2 mkdir "$pathcomp" || errstatus=$? fi