remove debug prints; even going to stderr that breaks gnupg's configure script
This commit is contained in:
parent
51684dc600
commit
bfa6d17e00
1 changed files with 0 additions and 2 deletions
|
@ -3,10 +3,8 @@ my $prog=q{PROG}; # replaced
|
||||||
my @opts=qw{OPTS}; # replaced
|
my @opts=qw{OPTS}; # replaced
|
||||||
|
|
||||||
if (grep { $_ eq "-r" || $_ eq "--relocatable" } @ARGV) {
|
if (grep { $_ eq "-r" || $_ eq "--relocatable" } @ARGV) {
|
||||||
print "running $prog withthout extra opts, as relocatable build detected\n";
|
|
||||||
exec($prog,@ARGV) || die "failed to run $prog";
|
exec($prog,@ARGV) || die "failed to run $prog";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print "running $prog with extra opts @opts\n";
|
|
||||||
exec($prog,@opts,@ARGV) || die "failed to run $prog";
|
exec($prog,@opts,@ARGV) || die "failed to run $prog";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue