Commit 0fa2faf0 by Richard Stallman

Check for symlinks being available in /tmp.

From-SVN: r4899
parent c270f796
......@@ -66,6 +66,9 @@ echo Building fixed headers in ${LIB}
if ln -s X $LIB/ShouldNotExist 2>/dev/null; then
rm -f $LIB/ShouldNotExist
LINKS=true
elif ln -s X /tmp/ShouldNotExist 2>/dev/null; then
rm -f /tmp/ShouldNotExist
LINKS=true
else
LINKS=false
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment