Changeset 1006
- Timestamp:
- Feb 19, 2017, 11:55:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpm/trunk/rpmio/macro.c
r594 r1006 436 436 if (rc) 437 437 goto exit; 438 439 #ifdef __KLIBC__440 // FIXME popen() does not recognize unixroot441 if (strstr( buf, "/@unixroot") && !getenv("EMXSHELL"))442 putenv( "EMXSHELL=sh");443 #endif444 438 445 439 if ((shf = popen(buf, "r")) == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.