]> git.entuzijast.net Git - imunes.git/commitdiff
Cosmetic change - use lowercase instead of uppercase letters in
authormarko <marko>
Fri, 30 Nov 2007 21:01:27 +0000 (21:01 +0000)
committermarko <marko>
Fri, 30 Nov 2007 21:01:27 +0000 (21:01 +0000)
16-bit hex values embedded in experiment IDs.

Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

imunes.tcl

index 37776582a83f924b3a2eeedc05a0c6ace09f3da8..5cec163f0f3d3f6974f5895360090b242c5b8032 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: imunes.tcl,v 1.29 2007/11/10 01:47:52 marko Exp $ 
+# $Id: imunes.tcl,v 1.30 2007/11/30 21:01:27 marko Exp $ 
 #
 # Copyright 2004, 2005 University of Zagreb, Croatia.  All rights reserved.
 #
@@ -51,7 +51,7 @@
 #****
 
 set execMode interactive
-set eid i[format %04X [pid]]
+set eid i[format %04x [pid]]
 
 while { [string index [lindex $argv 0] 0] == "-" } {
     switch -exact -- [lindex $argv 0] {