view sources/patches/busybox-usehush.patch @ 1287:7862497b28e0

Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
author Rob Landley <rob@landley.net>
date Sun, 14 Nov 2010 14:45:01 -0600
parents
children
line wrap: on
line source

diff -ru busybox/shell/Config.src busybox.bak/shell/Config.src
--- busybox/shell/Config.src	2010-08-22 19:44:36.000000000 -0500
+++ busybox.bak/shell/Config.src	2010-11-06 20:55:02.000000000 -0500
@@ -219,7 +219,7 @@
 
 choice
 	prompt "Choose which shell is aliased to 'sh' name"
-	default FEATURE_SH_IS_ASH
+	default FEATURE_SH_IS_HUSH
 	help
 	  Choose which shell you want to be executed by 'sh' alias.
 	  The ash shell is the most bash compatible and full featured one.