diff --git a/kdesrc-build b/kdesrc-build index 021d77a..470b23d 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -106,6 +106,8 @@ my $run_mode = 'build'; # Determines if updating, building, installing, etc. # Used to indicate specifically that a source conflict has occurred. MODULE_CONFLICT => 8, }; + + 1; } # }}} @@ -784,6 +786,8 @@ my $run_mode = 'build'; # Determines if updating, building, installing, etc. { return 0; } + + 1; } # }}} @@ -918,6 +922,8 @@ my $run_mode = 'build'; # Determines if updating, building, installing, etc. my $self = shift; return $self->receiveMessage('fromSvn'); } + + 1; } # }}} @@ -954,6 +960,8 @@ my $run_mode = 'build'; # Determines if updating, building, installing, etc. return shift @{$self->{'msgList'}}; } + + 1; } # }}} @@ -1791,6 +1799,8 @@ HOME my $self = assert_isa(shift, 'Module'); return main::git_commit_id($self); } + + 1; } # }}} @@ -1881,6 +1891,8 @@ HOME return $result; } + + 1; } # }}} @@ -2001,6 +2013,8 @@ HOME return 1; } + + 1; } # }}} @@ -2121,6 +2135,8 @@ HOME return 1; } + + 1; } # }}} @@ -2155,6 +2171,8 @@ HOME return 1; } + + 1; } # }}} @@ -2232,6 +2250,8 @@ EOF # Skip execution of configure. return 1; } + + 1; } # }}}