mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Undo last change
This commit is contained in:
parent
cf77156a0e
commit
6eb81c9f1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user