commit | 14bf45f31d99cdaa5cc0c46efa3f2c2724704173 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Jun 16 10:53:27 2011 -0700 |
committer | Android Code Review <code-review@android.com> | Thu Jun 16 10:53:27 2011 -0700 |
tree | 26c8cd9c22416ea5c9f9e6454f4fc999b4224268 | |
parent | 978f86ea5439ce192e9c343fc2565f1ec4e2e6d2 [diff] | |
parent | 256b14b2f868223e9adcdd355acffb950b230fb1 [diff] |
Merge "Switch back to mksh as the default"
diff --git a/core/config.mk b/core/config.mk index 9b588cf..7f484aa 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -106,8 +106,8 @@ # Default is to prelink modules. TARGET_PRELINK_MODULE := true -# Default shell is ash. Other possible value is mksh. -TARGET_SHELL := ash +# Default shell is mksh. Other possible value is ash. +TARGET_SHELL := mksh # ############################################################### # Include sub-configuration files