]> git.entuzijast.net Git - imunes.git/commitdiff
Bug found by:
authormiljenko <miljenko>
Mon, 27 Oct 2008 13:09:30 +0000 (13:09 +0000)
committermiljenko <miljenko>
Mon, 27 Oct 2008 13:09:30 +0000 (13:09 +0000)
Submitted by:
Reviewed by:
Approved by:
Obtained from:

imunes

diff --git a/imunes b/imunes
index 9c5650c5947ed9ee36089ee31e5e3a6c25d96923..595ba99816da1a12678407734ac01307d129a374 100755 (executable)
--- a/imunes
+++ b/imunes
@@ -27,7 +27,7 @@
 # and Technology through the research contract #IP-2003-143.
 #
 
-# $Id: imunes,v 1.12 2008/04/28 11:42:50 miljenko Exp $
+# $Id: imunes,v 1.13 2008/10/27 12:46:28 miljenko Exp $
 
 
 SHELL=/bin/sh
@@ -44,8 +44,7 @@ case $1 in
     ;; 
 -v | --version) 
     # exec echo IMUNES version 2008-04-28
-    last_changed=`grep '^# $Id: .*\$$' \
-                  $ROOTDIR/$LIBDIR/*.tcl /usr/local/bin/imunes | \
+    last_changed=`grep '^\#\ \$\I\d\: .*$' $ROOTDIR/$LIBDIR/*.tcl | \
                   sort +4 | tail -1 | cut -d' ' -f5`
     exec echo IMUNES version $last_changed
     ;;