(svn r17163) -Fix (r7961): don't return exit value of rm

This commit is contained in:
smatz 2009-08-13 11:30:42 +00:00
parent e0c37dcc7f
commit e74ca21912

3
configure vendored
View File

@ -54,8 +54,9 @@ if [ "$1" = "--reconfig" ] || [ "$1" = "--reconfigure" ]; then
# Make sure we don't lock config.cache
cat config.cache | sed 's@\\ @\\\\ @g' > cache.tmp
sh cache.tmp
RET=$?
rm -f cache.tmp
exit $?
exit $RET
fi
set_default