diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-24 14:10:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-24 14:31:43 -0400 |
commit | 502e6aa7f9a247dc45fb79b4e5d0a02c00601b29 (patch) | |
tree | e6d1f436eed245631ee7490f157d7badf8252e70 /standalone/android/busybox_config | |
parent | 4fdfc09edbf9ae7cfa1a3f1a03d6cd1d3e1599b9 (diff) |
Explicitly run every command as a busybox app
Seems that CONFIG_FEATURE_SH_STANDALONE is not working.
Diffstat (limited to 'standalone/android/busybox_config')
-rw-r--r-- | standalone/android/busybox_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/busybox_config b/standalone/android/busybox_config index 05360c0d4..28ea880d9 100644 --- a/standalone/android/busybox_config +++ b/standalone/android/busybox_config @@ -947,7 +947,7 @@ CONFIG_ASH_GETOPTS=y # CONFIG_ASH_MAIL is not set # CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set # CONFIG_ASH_RANDOM_SUPPORT is not set -CONFIG_ASH_EXPAND_PRMT=y +# CONFIG_ASH_EXPAND_PRMT is not set CONFIG_CTTYHACK=y # CONFIG_HUSH is not set # CONFIG_HUSH_BASH_COMPAT is not set |