File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b10dc1af0661c68155c49f508fe7a26a2ea02083
2
+ refs/heads/master: efe5a0a61cd52de71d1863501228ff78069d8337
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ struct PackageScript {
55
55
56
56
impl PackageScript {
57
57
static fn parse(parent: &Path) -> Result<PackageScript, ~str> {
58
- let script = parent.push(~"package .rs");
58
+ let script = parent.push(~"pkg .rs");
59
59
60
60
if !os::path_exists(&script) {
61
- return result::Err(~"no package .rs file");
61
+ return result::Err(~"no pkg .rs file");
62
62
}
63
63
64
64
let binary = os::args()[0];
You can’t perform that action at this time.
0 commit comments