mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Merge pull request #874 from nasa/verbose_build_in_perl_modules
Fix VERBOSE=1 in verbose_build.pm
This commit is contained in:
commit
140acb3364
@ -7,7 +7,7 @@ use Exporter ();
|
||||
use strict ;
|
||||
|
||||
sub verbose_build {
|
||||
return exists($ENV{'TRICK_VERBOSE_BUILD'}) or exists($ENV{'VERBOSE'});
|
||||
return (exists($ENV{'TRICK_VERBOSE_BUILD'}) or exists($ENV{'VERBOSE'}));
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user