tags 465004 + patch thanks Patch attached. This seems to be a little pointless, as this particular code is only run for WINNT installations (Debian GNU/Win32, anyone?).
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad tulip-3.0.0~B6.orig/tulip-config.in tulip-3.0.0~B6/tulip-config.in
--- tulip-3.0.0~B6.orig/tulip-config.in 2008-04-08 08:06:15.000000000 +0100
+++ tulip-3.0.0~B6/tulip-config.in 2008-04-08 08:09:43.000000000 +0100
@@ -36,7 +36,7 @@
if [ -f "$thisdir/assistant.exe" ] ; then
# Windows installation
drive=`echo ${thisdir} | awk -F / '{print $2}'`
- thisdir=${thisdir/\/$drive\//$drive:/}
+ thisdir=$(echo $thisdir | sed 's@/'$drive'/@'$drive':/@')
includedir=${thisdir}/include
libdir=${thisdir}/lib
pluginpath=${libdir}/tlp
signature.asc
Description: PGP signature

