diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-01-31 02:21:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-01-31 02:21:18 +0000 |
| commit | fb1a11d799c724ea30cfa29d6f7e91a81a2d0d88 (patch) | |
| tree | 52ffd8feb942398186cbf1e50c012ba567715bbf | |
| parent | a00d9cda6226f401bd553203eb5b2b5b913f18c2 (diff) | |
Notes
| -rw-r--r-- | usr.bin/touch/touch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 30d22ed35b99..8853eca17cea 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -171,6 +171,7 @@ main(int argc, char *argv[]) if (timeset) { rval = 1; warn("%s", *argv); + continue; } /* |
