Explorar o código

Replaced the call to posix.setenv() with the more portable
posix.putenv().

dtrg %!s(int64=17) %!d(string=hai) anos
pai
achega
17b0c36f69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pmfile

+ 1 - 1
pmfile

@@ -185,7 +185,7 @@ posix.mkdir(HEADERDIR)
 -- area for its files, and not in the final installation directory (because
 -- we haven't been installed yet).
 
-posix.setenv("ACKDIR", BINDIR)
+posix.putenv("ACKDIR="..BINDIR)
 
 -- Build the configuration headers, rather crudely. FIXME.