force its mode to 700, for security reasons.
Reported by Joseph S. Myers <jsm28@cam.ac.uk>
+2000-03-29 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * ltmain.in (tmpdir): Do not accept an existing directory, and
+ force its mode to 700, for security reasons.
+ Reported by Joseph S. Myers <jsm28@cam.ac.uk>
+
2000-03-27 Thomas Tanner <tanner@ffii.org>
* NEWS: reformatting
# If there was a directory component, then change thisdir.
if test \"x\$destdir\" != \"x\$file\"; then
case \"\$destdir\" in
- [\\/]* | [A-Za-z]:[\\/]*) thisdir=\"\$destdir\" ;;
+ [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
*) thisdir=\"\$thisdir/\$destdir\" ;;
esac
fi