Switch back to mksh as the default

Change-Id: I4f39e8d8cc22520cd36f83f8675a716cc1ade1d9
This commit is contained in:
Jean-Baptiste Queru
2011-06-16 09:25:58 -07:00
parent 978f86ea54
commit 256b14b2f8

View File

@@ -106,8 +106,8 @@ TARGET_COMPRESS_MODULE_SYMBOLS := false
# Default is to prelink modules. # Default is to prelink modules.
TARGET_PRELINK_MODULE := true TARGET_PRELINK_MODULE := true
# Default shell is ash. Other possible value is mksh. # Default shell is mksh. Other possible value is ash.
TARGET_SHELL := ash TARGET_SHELL := mksh
# ############################################################### # ###############################################################
# Include sub-configuration files # Include sub-configuration files