diff options
Diffstat (limited to 'source4/build/smb_build/input.pm')
-rw-r--r-- | source4/build/smb_build/input.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index d3737ea7d1..a6d5b25f41 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -6,6 +6,9 @@ ### Released under the GNU GPL ### ########################################################### +use strict; +package input; + sub strtrim($) { my $str = shift; @@ -123,7 +126,7 @@ sub _check_binaries($) # check_input($SMB_BUILD_CTX) # # $SMB_BUILD_CTX - the global SMB_BUILD context -sub check_input($) +sub check($) { my $CTX = shift; |