[Mac] Fixed overzealous download script fix redux. Also, disabled environment variable spew when building Ogg and Vorbis.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4172 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2011-01-29 12:40:00 +00:00
parent a278738d02
commit afd4e2c301

View File

@ -99,7 +99,7 @@ rm -rf "$TARGETDIR"
# Move new code into place.
mv "$TEMPDIR/$LIBNAME*" "$TARGETDIR"
mv $TEMPDIR/$LIBNAME* "$TARGETDIR"
if [ ! $? ]
then
echo "error: could not move expanded $LIBNAME source into place."