Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdetesting.git;a=commitdiff;h=18db754034d7ae43d7d446f5b174795a3166ae70
commit 18db754034d7ae43d7d446f5b174795a3166ae70 Author: Miklos Vajna <vmik...@frugalware.org> Date: Tue Jan 19 01:28:32 2010 +0100 util.sh: Ftreecmp - comment out the broken part which makes it impossible to run repoman rec for any package diff --git a/source/include/util.sh b/source/include/util.sh index c73c8b2..c91ff9d 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -489,13 +489,13 @@ Ftreecmp() { Fmessage "Comparison function is empty" 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) \ - | while read line - do - $3 $line - done + #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) \ + #| while read line + #do + # $3 $line + #done } ### _______________________________________________ Frugalware-git mailing list Frugalware-git@frugalware.org http://frugalware.org/mailman/listinfo/frugalware-git