Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=d5378d8ad383106b7c3dbc4f5ceaa8578f02a907
commit d5378d8ad383106b7c3dbc4f5ceaa8578f02a907
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Wed Jun 11 15:08:30 2008 +0200
makepkg: there were an other unescaped place as well
diff --git a/scripts/makepkg b/scripts/makepkg
index 9606320..e1cf193 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -1285,9 +1285,9 @@ for netfile in "[EMAIL PROTECTED]" "[EMAIL PROTECTED]"; do
# try to download the file from the cache server
if [ -n "$RSYNCAGENT" -a -n "$CACHEURL" ]; then
# check if the file is there
- eval $RSYNCAGENT $CACHEURL/${file/;/\;} &>/dev/null
+ eval $RSYNCAGENT $CACHEURL/${file//;/\\\;} &>/dev/null
if [ "$?" = "0" ]; then
- eval $RSYNCAGENT $CACHEURL/$file ./
+ eval $RSYNCAGENT $CACHEURL/${file//;/\\\;} ./
if [ ! -f "$file" ]; then
error "Failed to download $file from cache while it is there"
msg "Aborting..."
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git