diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index f9db067..1bc047c 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -667,7 +667,7 @@ config TEST config FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on TEST || ASH_BUILTIN_TEST + depends on TEST || ASH_BUILTIN_TEST || HUSH help Enable 64-bit support in test. |