summaryrefslogtreecommitdiff
path: root/appl/cmd/ramfile.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/ramfile.b')
-rw-r--r--appl/cmd/ramfile.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/ramfile.b b/appl/cmd/ramfile.b
index 3451d7df..f30a2e58 100644
--- a/appl/cmd/ramfile.b
+++ b/appl/cmd/ramfile.b
@@ -32,7 +32,7 @@ init(nil: ref Draw->Context, argv: list of string)
path := hd tl argv;
(dir, f) := pathsplit(path);
- if (sys->bind("#s", dir, Sys->MBEFORE|Sys->MCREATE) == -1) {
+ if (sys->bind("#s", dir, Sys->MBEFORE) == -1) {
sys->fprint(stderr, "ramfile: %r\n");
return;
}