summaryrefslogtreecommitdiff
path: root/appl/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd')
-rw-r--r--appl/cmd/mount.b3
1 files changed, 3 insertions, 0 deletions
diff --git a/appl/cmd/mount.b b/appl/cmd/mount.b
index 9cac7da5..d41cb169 100644
--- a/appl/cmd/mount.b
+++ b/appl/cmd/mount.b
@@ -45,6 +45,9 @@ nomod(mod: string)
init(ctxt: ref Draw->Context, args: list of string)
{
sys = load Sys Sys->PATH;
+ dial = load Dial Dial->PATH;
+ if(dial == nil)
+ nomod(Dial->PATH);
arg := load Arg Arg->PATH;
if(arg == nil)
nomod(Arg->PATH);