Commit 14947cf6 authored by Daniel J Griffiths's avatar Daniel J Griffiths Committed by Aaron Griffin
Browse files

commitpkg: Fix pushd for any packages

parent 381f91c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"