commit 431fb9c2e1ed7954da46e0037316200b159aa810
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Nov 30 18:19:13 2013 +0100

    Reset topdir before every package in loop

 make-request.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/make-request.sh b/make-request.sh
index d439518..caaee25 100755
--- a/make-request.sh
+++ b/make-request.sh
@@ -182,8 +182,8 @@ get_autotag() {
        local pkg spec rpmdir
 
        rpmdir=$(rpm -E %_topdir)
-       cd $rpmdir
        for pkg in "$@"; do
+               cd $rpmdir
                # strip branches
                pkg=${pkg%:*}
                # strip .spec extension
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to