summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-03-30 19:25:44 +0000
committerdes <des@FreeBSD.org>2004-03-30 19:25:44 +0000
commit10fc52c917b5ed8d2c877c6deb4ed3932ac70da3 (patch)
treeaf0a27ee82d155e498b0f927b226fb4203ccbcf1 /tools
parent639a6752a2df0a18f46643616ced6c46f942a5fc (diff)
downloadFreeBSD-src-10fc52c917b5ed8d2c877c6deb4ed3932ac70da3.zip
FreeBSD-src-10fc52c917b5ed8d2c877c6deb4ed3932ac70da3.tar.gz
Previous commit fixed one braino but left another in place.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/tinderbox.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl
index 2a4d7f4..d096d58 100644
--- a/tools/tools/tinderbox/tinderbox.pl
+++ b/tools/tools/tinderbox/tinderbox.pl
@@ -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");
OpenPOWER on IntegriCloud