diff options
-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 |