aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r--coreutils/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c
index e08eb1d0a..649b4c175 100644
--- a/coreutils/expand.c
+++ b/coreutils/expand.c
@@ -144,7 +144,7 @@ int expand_main(int argc UNUSED_PARAM, char **argv)
144 "all\0" No_argument "a" 144 "all\0" No_argument "a"
145 ; 145 ;
146#endif 146#endif
147 check_unicode_in_env(); 147 init_unicode();
148 148
149 if (ENABLE_EXPAND && (!ENABLE_UNEXPAND || applet_name[0] == 'e')) { 149 if (ENABLE_EXPAND && (!ENABLE_UNEXPAND || applet_name[0] == 'e')) {
150 IF_FEATURE_EXPAND_LONG_OPTIONS(applet_long_options = expand_longopts); 150 IF_FEATURE_EXPAND_LONG_OPTIONS(applet_long_options = expand_longopts);