aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tee.c')
-rw-r--r--coreutils/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tee.c b/coreutils/tee.c
index 1f59f0361..a194153e0 100644
--- a/coreutils/tee.c
+++ b/coreutils/tee.c
@@ -28,7 +28,7 @@ int tee_main(int argc, char **argv)
28 int c; 28 int c;
29#endif 29#endif
30 30
31 flags = bb_getopt_ulflags(argc, argv, "ia"); /* 'a' must be 2nd */ 31 flags = getopt32(argc, argv, "ia"); /* 'a' must be 2nd */
32 32
33 mode += (flags & 2); /* Since 'a' is the 2nd option... */ 33 mode += (flags & 2); /* Since 'a' is the 2nd option... */
34 34