diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/debmaker.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/debmaker.pl b/scripts/debmaker.pl index 44c57b4..5c09ab4 100755 --- a/scripts/debmaker.pl +++ b/scripts/debmaker.pl @@ -406,7 +406,7 @@ sub get_pkg_section { return $1; } else { warning "Can't get section for package `$pkgname'"; - return 0; + return ''; } } |