i removed the 2 commented out lines, hopefully this time it will be committed ;) -Dustin __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
--- tools/wineinstall Sat May 4 13:31:24 2002 +++ tools/wineinstall.new Sat May 11 01:19:04 2002 @@ -319,7 +319,9 @@ # to our sucommand string if [ -f /etc/ld.so.conf ] then - if [ ! grep -qs "$libdir" /etc/ld.so.conf ] + if ! grep -qs "$libdir" /etc/ld.so.conf then { echo echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"