[packages/rpm-build-tools/merge-pld-builder-client: 2190/2675] - run make-request.sh from the same dir
glen
glen at pld-linux.org
Mon Dec 19 22:03:02 CET 2016
commit dc127573ef458f418ce1a70357833ee2107db3b0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 2 11:32:29 2012 +0000
- run make-request.sh from the same dir
Changed files:
client/send-last-th-tag.sh -> 1.3
send-last-th-tag.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/send-last-th-tag.sh b/send-last-th-tag.sh
index 293e39d..ad22501 100644
--- a/send-last-th-tag.sh
+++ b/send-last-th-tag.sh
@@ -3,4 +3,6 @@ set -e
dist=th
-./make-request.sh -d $dist -r -a "$@"
+dir=$(dirname $0)
+
+$dir/make-request.sh -d $dist -r -a "$@"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd
More information about the pld-cvs-commit
mailing list