From 6eb81c9f1af3be166a26eed8f42e2add67deafdd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 25 Mar 1996 07:21:12 +0000 Subject: [PATCH] Undo last change --- mkinstalldirs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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