Revision: 57001
http://sourceforge.net/p/brlcad/code/57001
Author: carlmoore
Date: 2013-08-20 18:04:58 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
remove trailing blank, and in the 'for' line remove a duplicate occurrence of
'stricmp'
Modified Paths:
--------------
brlcad/trunk/regress/repository.sh
Modified: brlcad/trunk/regress/repository.sh
===================================================================
--- brlcad/trunk/regress/repository.sh 2013-08-20 18:04:03 UTC (rev 57000)
+++ brlcad/trunk/regress/repository.sh 2013-08-20 18:04:58 UTC (rev 57001)
@@ -98,7 +98,7 @@
continue
fi
- # test files that include common.h
+ # test files that include common.h
if test ! "x`grep -I -e '#[[:space:]]*include' $file | grep
'\"common.h\"'`" = "x" ; then
# common.h is first?
MATCH="`grep -n -I -e '#[[:space:]]*include' $file /dev/null | head -n
1 | grep -v '\"common.h\"'`"
@@ -140,7 +140,7 @@
# 89 - calloc
# 21 - realloc
FOUND=
-for func in fgets abort dirname getopt strcat strncat strlcat strcpy strncpy
strlcpy strcmp strcasecmp stricmp strncmp strncasecmp stricmp unlink rmdir
remove ; do
+for func in fgets abort dirname getopt strcat strncat strlcat strcpy strncpy
strlcpy strcmp strcasecmp stricmp strncmp strncasecmp unlink rmdir remove ; do
echo "Searching for $func ..."
MATCH="`grep -n -e [^a-zA-Z0-9_]$func\( $INCFILES $SRCFILES /dev/null`"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits