Created
March 20, 2010 15:37
-
-
Save xaicron/338723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/bin/pm-uninstall b/bin/pm-uninstall | |
| index 32b7fcb..0439174 100755 | |
| --- a/bin/pm-uninstall | |
| +++ b/bin/pm-uninstall | |
| @@ -135,6 +135,7 @@ sub uninstall_from_packlist { | |
| print -f $_ ? 'unlink ' : 'not found', " : $_\n" if $opt->{verbose}; | |
| unlink $_ or warn "$_: $!\n"; | |
| } | |
| + close $fh; | |
| unlink $packlist; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment