So, what about kwhich on RH6.2?

Pete Zaitcev (zaitcev@metabyte.com)
Wed, 03 Jan 2001 22:08:33 -0800


Are we going to use Miquel's patch? I cannot build fresh 2.2.x
on plain RH6.2 without it. The 2.2.19-pre6 comes out without it.
Or is "install new bash" the official answer? Alan?

-- Pete

--- linux-2.2.19-pre3/scripts/kwhich Sun Dec 10 16:49:45 2000
+++ linux-2.2.19-pre3-p3/scripts/kwhich Sat Dec 23 21:10:33 2000
@@ -7,7 +7,7 @@
exit 1
fi

-IFS=:
+IFS=":$IFS"
for cmd in $*
do
for path in $PATH
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/