|
From: Keith M. <kei...@us...> - 2009-03-14 14:13:37
|
Update of /cvsroot/mingw/msys/dvlpr In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9183/dvlpr Modified Files: ChangeLog Log Message: Bug fix in `which' check for `foo' and `foo.exe' equivalence. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/msys/dvlpr/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** ChangeLog 8 Feb 2008 17:58:04 -0000 1.54 --- ChangeLog 14 Mar 2009 14:13:32 -0000 1.55 *************** *** 1,2 **** --- 1,9 ---- + 2009.03.14 Keith Marshall <kei...@us...> + + Bug fix in `which' check for `foo' and `foo.exe' equivalence. + + * bin/which (IFS): Set it to `<space>', when checking for duplicate + `foo' vs. `foo.exe' inode numbers; reset to `<newline>' otherwise. + 2008.02.08 Keith Marshall <kei...@us...> |