commitpkg: Fix pushd for any packages

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Daniel J Griffiths 2009-09-23 12:31:19 -07:00 committed by Aaron Griffin
parent 381f91c336
commit 14947cf645
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ done
if [ "${arch[*]}" == "any" ]; then
if [ -d ../repos/${repo}-i686 -a -d ../repos/${repo}-x86_64 ]; then
pushd ..
pushd ../repos/
svn rm $repo-i686
svn rm $repo-x86_64
svn commit -m "removed $repo-i686 and $repo-x86_64 for $pkgname"