]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Fix typo
authorKurt Roeckx <kurt@roeckx.be>
Thu, 11 Feb 2010 21:44:47 +0000 (21:44 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Thu, 11 Feb 2010 21:44:47 +0000 (21:44 +0000)
bin/wanna-build

index 2c0a589987791b1bc2d28d032ebdb70642937fc7..3f11f6568636de4b843738a95aa8812f8a409921 100755 (executable)
@@ -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();