From d60797ad26cad0923ca3ac1288dfa369a5bb8398 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Thu, 11 Feb 2010 21:44:47 +0000 Subject: [PATCH] Fix typo --- bin/wanna-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2