diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-08-24 20:31:18 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-08-24 20:31:18 +0100 |
| commit | 961f7d6c4c59cea370b706e4643853ab19193ffe (patch) | |
| tree | 21e5338addd40286675976ba0a92f1c13e6eddf5 /appl/cmd/touch.b | |
| parent | 4d1ec27bf4097e1ad34127b168516be0c2aaecc3 (diff) | |
20090824-2030
Diffstat (limited to 'appl/cmd/touch.b')
| -rw-r--r-- | appl/cmd/touch.b | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
