diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:11:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:11:48 +0000 |
| commit | d39947fd41b07fdfab12c02adf5d9131051d5a07 (patch) | |
| tree | b7c3934a8943b822ce77e547d0c540be3307f4af | |
| parent | 250f214507f4655441bf70e8c071d8865fc4588b (diff) | |
Notes
| -rw-r--r-- | usr.bin/touch/touch.c | 1 |
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, |
