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 | |
parent | d0b4d3dabff8cebdb2697599dd2ff6c2d7a3eaa1 (diff) | |
download | busybox-w32-d0e5f86a1024af84bf38c0753eba3836d1178c68.tar.gz busybox-w32-d0e5f86a1024af84bf38c0753eba3836d1178c68.tar.bz2 busybox-w32-d0e5f86a1024af84bf38c0753eba3836d1178c68.zip |
Enable APPLETS_ALWAYS_WIN
-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 @@ | |||
306 | //busybox. Some systems want this, others do not. Choose wisely. :-) This | 306 | //busybox. Some systems want this, others do not. Choose wisely. :-) This |
307 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. | 307 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. |
308 | // Only relevant if BB_SH is enabled. Off by default. | 308 | // Only relevant if BB_SH is enabled. Off by default. |
309 | //#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN | 309 | #define BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
310 | // | 310 | // |
311 | // Uncomment this option for a fancy shell prompt that includes the | 311 | // Uncomment this option for a fancy shell prompt that includes the |
312 | // current username and hostname. On systems that don't have usernames | 312 | // current username and hostname. On systems that don't have usernames |