[Lunar-commits] CVS: theedge/bin lvu,1.61,1.62
Steven Michalske
hardkrash at lunar-linux.org
Wed Mar 23 00:23:59 UTC 2005
Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/tmp/cvs-serv2840
Modified Files:
lvu
Log Message:
Cleaning up the activity log so that it only finds the actual module
Not other modules with the string of module name in it
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- lvu 18 Mar 2005 11:01:27 -0000 1.61
+++ lvu 23 Mar 2005 00:23:55 -0000 1.62
@@ -718,7 +718,7 @@
fi
echo ""
- ACTIVITY="`view_file $ACTIVITY_LOG | grep "$1"`"
+ ACTIVITY="`view_file $ACTIVITY_LOG | grep "[ ]${1}[ ]"`"
if [ `echo "$ACTIVITY" | wc -l` -gt 10 ]; then
ACTIVITY="`echo "$ACTIVITY" | tail -n10`"
More information about the Lunar-commits
mailing list