From 961f7d6c4c59cea370b706e4643853ab19193ffe Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 24 Aug 2009 20:31:18 +0100 Subject: 20090824-2030 --- appl/cmd/touch.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/touch.b') diff --git a/appl/cmd/touch.b b/appl/cmd/touch.b index 9ff2dcc5..1aa45869 100644 --- a/appl/cmd/touch.b +++ b/appl/cmd/touch.b @@ -39,9 +39,9 @@ init(nil: ref Draw->Context, args: list of string) * => arg->usage(); } args = arg->argv(); - arg = nil; if(args == nil) arg->usage(); + arg = nil; for(; args != nil; args = tl args) status += touch(force, hd args, now); if(status) -- cgit v1.2.3