From ad0b0bb8d9d19016e1eee6a112867daeeb372480 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 31 Jan 2006 02:21:18 +0000 Subject: Don't set time to current, if set to specific time fails PR: 92577 --- usr.bin/touch/touch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 30d22ed..8853eca 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; } /* -- cgit v1.1