diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-07 09:37:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-07 09:37:28 +0000 |
commit | d0e5f86a1024af84bf38c0753eba3836d1178c68 (patch) | |
tree | 90e247caf8f59d2c84196370edab7b38a26866ed /debian | |
parent | d0b4d3dabff8cebdb2697599dd2ff6c2d7a3eaa1 (diff) | |
download | busybox-d0e5f86a1024af84bf38c0753eba3836d1178c68.tar.gz |
Enable APPLETS_ALWAYS_WIN
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Config.h-static b/debian/Config.h-static index f691f2d98..e049b5aa2 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -306,7 +306,7 @@ //busybox. Some systems want this, others do not. Choose wisely. :-) This //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. // Only relevant if BB_SH is enabled. Off by default. -//#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN +#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN // // Uncomment this option for a fancy shell prompt that includes the // current username and hostname. On systems that don't have usernames |