From: Kurt Roeckx Date: Thu, 11 Feb 2010 21:44:47 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=d60797ad26cad0923ca3ac1288dfa369a5bb8398 Fix typo --- diff --git a/bin/wanna-build b/bin/wanna-build index 2c0a589..3f11f65 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -1286,7 +1286,7 @@ sub parse_sources { # This function looks through a Packages file and sets the state of # packages to 'Installed' sub parse_packages { - my depwait_only = shift; + my $depwait_only = shift; my $installed; my $pkgs = get_all_source_info();