Subject: pkg/21329: add quotes around missing wrappee for buildlink2
To: None <gnats-bugs@gnats.netbsd.org>
From: None <reed@reedmedia.net>
List: netbsd-bugs
Date: 04/26/2003 00:13:11
>Number:         21329
>Category:       pkg
>Synopsis:       add quotes around missing wrappee for buildlink2
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 26 07:14:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6
>Organization:
http://bsd.reedmedia.net/
>Environment:
	
	
System: NetBSD rainier.reedmedia.net 1.6 NetBSD 1.6 (JCR-20020927) #3: Sat Sep 28 13:40:20 PDT 2002 reed@rainier.reedmedia.net:/usr/src/sys/arch/i386/compile/JCR-20020927 i386
Architecture: i386
Machine: i386
>Description:
buildlink2 was complaining that it was Unable to make wrapper script.
I didn't know it was missing "as" because I thought that was part of
sentence.
>How-To-Repeat:
	
>Fix:
Please fix mk/buildlink2/bsd.buildlink2.mk

 		if [ ! -x "$${wrappee}" ]; then				\
-			${ECHO_MSG} "Unable to create $${wrappee} wrapper script: no such file"; \
+			${ECHO_MSG} "Unable to create \"$${wrappee}\" wrapper script: no such file"; \
>Release-Note:
>Audit-Trail:
>Unformatted: