]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Undo last change
authorRoland McGrath <roland@gnu.org>
Mon, 25 Mar 1996 07:21:12 +0000 (07:21 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 25 Mar 1996 07:21:12 +0000 (07:21 +0000)
mkinstalldirs

index b044a331960b6aff96067021f52f92cb22d76d9e..cd1fe0a7947c8ef25c705fb074e19baf1e4558f6 100755 (executable)
@@ -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