diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-09 14:31:39 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-09 14:31:39 +0000 |
commit | 2558925ceccf0160f2ad632e30235757220dc5e3 (patch) | |
tree | db588f29a5297e8c7d91f9eca6b44003fb86cf25 | |
parent | 5ea63f4e2f7661dbf2203730ad496ee803c26dc6 (diff) | |
download | simplepkg-2558925ceccf0160f2ad632e30235757220dc5e3.tar.gz simplepkg-2558925ceccf0160f2ad632e30235757220dc5e3.tar.bz2 |
simplaret: another small fix :)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@49 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret index 7941657..c68b156 100755 --- a/src/simplaret +++ b/src/simplaret @@ -253,7 +253,7 @@ function simplaret_show_package { echo $name repository $repository_name, arch: $ARCH, version: $VERSION: `basename $1` $patch fi fi - unset patch name + unset patch } |