]> git.donarmstrong.com Git - wannabuild.git/commitdiff
fix last commit
authorAndreas Barth <aba@not.so.argh.org>
Tue, 22 Jun 2010 19:25:41 +0000 (19:25 +0000)
committerAndreas Barth <aba@not.so.argh.org>
Tue, 22 Jun 2010 19:25:41 +0000 (19:25 +0000)
bin/wanna-build

index 799eec35f6b79c0312f8e0a99a7e324f2515c9ef..ff5afbebf56f774597068102b8744c5ed6f095a3 100755 (executable)
@@ -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';