diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-29 07:02:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-29 07:02:47 +0000 |
commit | 3e07541e5fec215e2d61deb48e3dc1bb460babd1 (patch) | |
tree | 1762dac963d245012d41d2920e91dd8972334e22 /ls.c | |
parent | 269e07cadc513bcfdd9804c8abb4c177e589a9d8 (diff) | |
download | busybox-w32-3e07541e5fec215e2d61deb48e3dc1bb460babd1.tar.gz busybox-w32-3e07541e5fec215e2d61deb48e3dc1bb460babd1.tar.bz2 busybox-w32-3e07541e5fec215e2d61deb48e3dc1bb460babd1.zip |
This was redundant
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |