Changeset 2824 for box/trunk/infrastructure
- Timestamp:
- 08/01/2011 21:01:49 (17 months ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/makebuildenv.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/makebuildenv.pl.in
r2794 r2824 99 99 100 100 # run command 101 die "Couldn't run command $c" unless (0 == system("(cd $dir; $c)")) 101 unless (0 == system("(cd $dir; $c)")) 102 { 103 die "Couldn't run command $c " . 104 "(in $dir) for $file"; 105 } 102 106 } 103 107 }
Note: See TracChangeset
for help on using the changeset viewer.
