aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-09-23 00:11:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-09-23 00:11:48 +0000
commitd39947fd41b07fdfab12c02adf5d9131051d5a07 (patch)
treeb7c3934a8943b822ce77e547d0c540be3307f4af /usr.bin/touch
parent250f214507f4655441bf70e8c071d8865fc4588b (diff)
Notes
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index d5c14cbcc6ac2..d441e3205960e 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -144,7 +144,6 @@ main(argc, argv)
for (rval = 0; *argv; ++argv) {
/* See if the file exists. */
if (stat_f(*argv, &sb) != 0) {
-fprintf(stderr, "not exist\n");
if (!cflag) {
/* Create the file. */
fd = open(*argv,