diff options
author | Daniel J Griffiths <ghost1227@archlinux.us> | 2009-09-23 12:31:19 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-09-23 12:31:19 -0700 |
commit | 14947cf64521e4a892ad0c7928428ec057c55bbd (patch) | |
tree | b09a5f177657ccb45c86c5df0ae31a19e22ba719 /commitpkg | |
parent | 381f91c33602e624bc6ac5ce7e7b65eecaf6088f (diff) | |
download | devtools32-14947cf64521e4a892ad0c7928428ec057c55bbd.tar.xz |
commitpkg: Fix pushd for any packages
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |