*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 23 Dec 2003 23:11:29 +0100
changeset 5408 64a874a3ef4b
parent 5407 fb411d1eb989
child 5409 85a29a9d5a6c
*** empty log message ***
FindFileApplication.st
--- a/FindFileApplication.st	Fri Dec 19 13:30:37 2003 +0100
+++ b/FindFileApplication.st	Tue Dec 23 23:11:29 2003 +0100
@@ -970,7 +970,7 @@
 
             cmd := 'locate '.
             ignCaseInName ifTrue:[
-                cmd := cmd , '--ignore-case'
+                cmd := cmd , '--ignore-case '
             ].
 
             cmd := cmd , ((namePatterns collect:[:nm | dir asFilename asAbsoluteFilename constructString:nm])
@@ -1111,5 +1111,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.19 2003-10-14 11:32:04 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.20 2003-12-23 22:11:29 cg Exp $'
 ! !