﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
6	installation script of cups-base-1_4_8.wpi uses wrong LIBPATH	estellnb	bart	"cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0
2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO
3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath
4: IF _lpath <> THEN LEAVE
5: END
6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)"	defect	closed	major		cups			fixed		
