From: Andreas Barth Date: Tue, 22 Jun 2010 19:25:41 +0000 (+0000) Subject: fix last commit X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=0f1b347984e876507955dbc9b3c0db674d401c33 fix last commit --- diff --git a/bin/wanna-build b/bin/wanna-build index 799eec3..ff5afbe 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -373,7 +373,7 @@ END { my $schema_suffix = ''; $recorduser //= (not -t and $user =~ /^buildd_/); -if (isin( $op_mode, qw(list info)) && $distribution !~ /security/ && !$recorduser) && !($privmode eq 'yes')) { +if (isin( $op_mode, qw(list info)) && $distribution !~ /security/ && !$recorduser && !($privmode eq 'yes')) { $dbh = DBI->connect("DBI:Pg:service=wanna-build") || die "FATAL: Cannot open database: $DBI::errstr\n"; $schema_suffix = '_public';