Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-29 10:02:47 +0300
committerEric Andersen <andersen@codepoet.org>2000-10-29 10:02:47 +0300
commit3e07541e5fec215e2d61deb48e3dc1bb460babd1 (patch)
tree1762dac963d245012d41d2920e91dd8972334e22 /coreutils
parent269e07cadc513bcfdd9804c8abb4c177e589a9d8 (diff)
This was redundant
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/ls.c1
1 files changed, 0 insertions, 1 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)
#endif
nfiles=0;
- applet_name= argv[0];
/* process options */
while ((opt = getopt(argc, argv, "1AaCdgilnsx"
#ifdef BB_FEATURE_AUTOWIDTH