- remove "unset echo" at the end. That's the command that actually

returned 1.  Now the configure is the last command so the script
  should return whatever configure returns.
This commit is contained in:
Bryce Denney 2002-12-19 03:13:15 +00:00
parent ed46802335
commit 61c768015e

View File

@ -21,7 +21,3 @@ export LDFLAGS
./configure --enable-cdrom \
--enable-vbe \
--enable-all-optimizations
unset echo
exit 0