From caaa81975b4128a4f0871886bdafaeecaf01b128 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 21 Aug 2008 15:02:06 -0700 Subject: fix a typo --- debian/local/pam-auth-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index 694f8da7..8b4a4f96 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -65,7 +65,7 @@ while ($#ARGV >= 0) { } elsif ($opt eq '--remove') { while ($#ARGV >= 0) { last if ($ARGV[0] =~ /^--/); - ${removals{shift} = 1; + $removals{shift} = 1; } # --remove implies --package $priority = 'medium' if (keys(%removals)); -- cgit v1.2.3