Opened 4 years ago

Closed 4 years ago

#1683 closed defect (fixed)

srfi-18: unquoted build script variables

Reported by: Vasilij Schneidermann Owned by:
Priority: not urgent at all Milestone: someday
Component: core libraries Version: 5.2.0
Keywords: srfi-18 Cc:
Estimated difficulty: trivial

Description

The build scripts for the srfi-18 egg do not quote their environment variables which may lead to build errors if any of them contained spaces (something not uncommon with CFLAGS and LDFLAGS used in the Windows build script). I've fixed the same kind of bug for several eggs and created a patch that resolves it.

Attachments (1)

0001-srfi-18-Quote-build-script-variables.patch (1.6 KB) - added by Vasilij Schneidermann 4 years ago.

Download all attachments as: .zip

Change History (2)

Changed 4 years ago by Vasilij Schneidermann

comment:1 Changed 4 years ago by Kooda

Resolution: fixed
Status: newclosed

applied as srfi-13 0.1.6

Note: See TracTickets for help on using tickets.