From cce5af04eab27f136d48a5d06f5ac97b22e6b627 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 19 Apr 2013 18:35:06 -0600 Subject: Fix comments, references to the old SVN, and links to the old SVN. Replace with equivalent GIT info --- misc/uClibc++/compare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/uClibc++/compare.sh') diff --git a/misc/uClibc++/compare.sh b/misc/uClibc++/compare.sh index ead5e5d69..e6fafd48c 100755 --- a/misc/uClibc++/compare.sh +++ b/misc/uClibc++/compare.sh @@ -90,7 +90,7 @@ fi echo "##### Comparing libxx" -filelist=`find libxx -type f | fgrep -v '.svn'` +filelist=`find libxx -type f` for file in $filelist; do diff -u $file ${nuttx_path}/${file} @@ -99,7 +99,7 @@ done echo "" echo "##### Comparing include" -filelist=`find include -type f | fgrep -v '.svn'` +filelist=`find include -type f` for file in $filelist; do diff -u $file ${nuttx_path}/${file} -- cgit v1.2.3