소스 검색

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

dtrg 17 년 전
부모
커밋
17b0c36f69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.