aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/ls.c1
-rw-r--r--ls.c1
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
diff --git a/ls.c b/ls.c
index a338c0e6a..004c2a773 100644
--- a/ls.c
+++ b/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