Skip to content

Commit

Permalink
SH_PATH should be $targetsh, not $sh
Browse files Browse the repository at this point in the history
Due to a small oversight, this was reverted in the last metaconfig
update, and was preventing backticks/system/exec/two-arg-pipe-open
from working in some Android devices.
  • Loading branch information
Hugmeir committed May 29, 2014
1 parent b262c4c commit 0b0a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_h.SH
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* /bin/pdksh, /bin/ash, /bin/bash, or even something such as
* D:/bin/sh.exe.
*/
#define SH_PATH "$sh" /**/
#define SH_PATH "$targetsh" /**/
/* SIG_NAME:
* This symbol contains a list of signal names in order of
Expand Down

0 comments on commit 0b0a072

Please sign in to comment.