Previous commit fixed one braino but left another in place.

This commit is contained in:
Dag-Erling Smørgrav 2004-03-30 19:25:44 +00:00
parent 680500334e
commit 2b39efe249

View File

@ -541,7 +541,7 @@ MAIN:{
# Build the world
if ($cmds{'world'}) {
logstage("building world (CFLAGS=${ENV}{'CFLAGS'})");
logstage("building world (CFLAGS=$ENV{'CFLAGS'})");
cd("$sandbox/src");
make('buildworld')
or error("failed to build world");