diff --git a/collects/scribble/basic.ss b/collects/scribble/basic.ss index 0aefa064..ddf67325 100644 --- a/collects/scribble/basic.ss +++ b/collects/scribble/basic.ss @@ -104,7 +104,7 @@ ;; Derive the name from the module path: (let ([p (collapse-module-path-index mod - (current-directory))]) + (build-path (current-directory) "dummy"))]) (if (path? p) ;; If we got a path back anyway, then it's best to use the resolved ;; name; if the current directory has changed since we