commit b834ff4efa148d63b5b6b1e7384bf3ebfda50dc7
Author: Elan Ruusamäe <[email protected]>
Date: Tue Jul 19 23:02:58 2011 +0000
- "set -f" seems to work here, more cleaner than /usr/share/empty hack
Changed files:
client/make-request.sh -> 1.98
make-request.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/make-request.sh b/make-request.sh
index 586e134..9dde066 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# prevent "*" from being expanded in builders var
-cd /usr/share/empty
+set -f
builders=
with=
================================================================
---- 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