summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests')
-rwxr-xr-xconfig.tests/unix/makeabs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.tests/unix/makeabs b/config.tests/unix/makeabs
index c415cc7bda..4df26f769f 100755
--- a/config.tests/unix/makeabs
+++ b/config.tests/unix/makeabs
@@ -11,6 +11,8 @@ fi
if [ `echo $FILE | cut $CUT_ARG` = "/" ]; then
true
+elif [ "$OSTYPE" = "msys" -a -z "${FILE##[a-zA-Z]:[/\\]*}" ]; then
+ true
else
RES="$PWD/$FILE"
test -d "$RES" && RES="$RES/"