Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting.git;a=commitdiff;h=1277e7239762c60d5248e953a13ed32cba474682

commit 1277e7239762c60d5248e953a13ed32cba474682
Author: crazy <cr...@frugalware.org>
Date:   Wed Jan 20 12:06:53 2010 +0100

util.sh
* lets try this way ?

diff --git a/source/include/util.sh b/source/include/util.sh
index c82b145..f00f6a6 100644
--- a/source/include/util.sh
+++ b/source/include/util.sh
@@ -490,8 +490,8 @@ Ftreecmp() {
Fdie
fi
diff --new-line-format='+%L' --old-line-format='-%L' 
--unchanged-line-format='=%L' \
-               <(cd "$1" && find $_F_treecmp_findopts | sort) \
-               <(cd "$2" && find $_F_treecmp_findopts | sort) \
+               <"(cd "$1" && find "$_F_treecmp_findopts" | sort)" \
+               <"(cd "$2" && find "$_F_treecmp_findopts" | sort)" \
| while read line
do
$3 $line
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to