Undo last change

This commit is contained in:
Roland McGrath 1996-03-25 07:21:12 +00:00
parent cf77156a0e
commit 6eb81c9f1a

View File

@ -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