diff options
-rw-r--r-- | coreutils/ls.c | 1 | ||||
-rw-r--r-- | ls.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index a338c0e6a..004c2a773 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -689,7 +689,6 @@ extern int ls_main(int argc, char **argv) | |||
689 | #endif | 689 | #endif |
690 | nfiles=0; | 690 | nfiles=0; |
691 | 691 | ||
692 | applet_name= argv[0]; | ||
693 | /* process options */ | 692 | /* process options */ |
694 | while ((opt = getopt(argc, argv, "1AaCdgilnsx" | 693 | while ((opt = getopt(argc, argv, "1AaCdgilnsx" |
695 | #ifdef BB_FEATURE_AUTOWIDTH | 694 | #ifdef BB_FEATURE_AUTOWIDTH |
@@ -689,7 +689,6 @@ extern int ls_main(int argc, char **argv) | |||
689 | #endif | 689 | #endif |
690 | nfiles=0; | 690 | nfiles=0; |
691 | 691 | ||
692 | applet_name= argv[0]; | ||
693 | /* process options */ | 692 | /* process options */ |
694 | while ((opt = getopt(argc, argv, "1AaCdgilnsx" | 693 | while ((opt = getopt(argc, argv, "1AaCdgilnsx" |
695 | #ifdef BB_FEATURE_AUTOWIDTH | 694 | #ifdef BB_FEATURE_AUTOWIDTH |