summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appl/cmd/touch.b2
-rw-r--r--dis/touch.disbin1173 -> 1173 bytes
2 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)
diff --git a/dis/touch.dis b/dis/touch.dis
index ebe14736..b3e42d77 100644
--- a/dis/touch.dis
+++ b/dis/touch.dis
Binary files differ