empty string in directory list now means current directory
authorceriel <none@none>
Thu, 16 Feb 1989 11:24:01 +0000 (11:24 +0000)
committerceriel <none@none>
Thu, 16 Feb 1989 11:24:01 +0000 (11:24 +0000)
lang/m2/comp/defmodule.c

index db3090f..2a9325d 100644 (file)
@@ -52,7 +52,7 @@ getwdir(fn)
                *p = '/';
                return fn;
        }
-       return ".";
+       return "";
 }
 
 STATIC