``` $ ./testscript2Error: module testscript2 is in file './testscript2.d' which cannot be read
$ cat testscript2
#!/usr/bin/env rdmd
void main(string[] args){
import std.stdio;
writeln(args);
}
```
Trying the above on OSX if that makes a difference.
Any way to get these to work short of renaming it testscript2.d?
