Skip to content

Commit 17b0c36

Browse files
author
dtrg
committed
Replaced the call to posix.setenv() with the more portable
posix.putenv().
1 parent 040151d commit 17b0c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ posix.mkdir(HEADERDIR)
185185
-- area for its files, and not in the final installation directory (because
186186
-- we haven't been installed yet).
187187

188-
posix.setenv("ACKDIR", BINDIR)
188+
posix.putenv("ACKDIR="..BINDIR)
189189

190190
-- Build the configuration headers, rather crudely. FIXME.
191191

0 commit comments

Comments
 (0)