Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=82eb1aa5290d9a2d2f26a7a3a031cc6c90dcbab7

commit 82eb1aa5290d9a2d2f26a7a3a031cc6c90dcbab7
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Nov 7 13:42:00 2009 +0100

t/s/syncpkgd: bash4 fix

diff --git a/t/s/syncpkgd b/t/s/syncpkgd
index 99302e1..0d258d4 100755
--- a/t/s/syncpkgd
+++ b/t/s/syncpkgd
@@ -38,7 +38,7 @@ def tobuild(pkg):
# Build the command to read the FrugalBuilds
command = 'cd %s; '
command += 'source /usr/lib/frugalware/fwmakepkg'
-       command += ' ; source FrugalBuild'
+       command += ' ; source ./FrugalBuild'
command += ' ; [ -n "${nobuild}" ] && exit'
command += ' ; echo ${optio...@]} | grep -q nobuild && exit'
command += ' ; echo "${pkgname}-${pkgver}-${pkgrel}"'
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to