View | Details | Raw Unified | Return to bug 8050
Collapse All | Expand All

(-)a/debian/build-git-snapshot (-2 / +1 lines)
Lines 62-68 sub sys_command_output_screen { Link Here
62
    my ($command) = @_;
62
    my ($command) = @_;
63
63
64
    print "$command\n" if $debug;
64
    print "$command\n" if $debug;
65
    system($command);
65
    system($command) == 0 or die "Command '$command' returns an error ($?)\n";
66
}
66
}
67
67
68
sub everything_is_committed {
68
sub everything_is_committed {
69
- 

Return to bug 8050