Skip to content

Commit 9f28999

Browse files
z0w0graydon
authored andcommitted
---
yaml --- r: 44521 b: refs/heads/master c: efe5a0a h: refs/heads/master i: 44519: b2c598a v: v3
1 parent 698744f commit 9f28999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b10dc1af0661c68155c49f508fe7a26a2ea02083
2+
refs/heads/master: efe5a0a61cd52de71d1863501228ff78069d8337
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/librustpkg/rustpkg.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ struct PackageScript {
5555

5656
impl PackageScript {
5757
static fn parse(parent: &Path) -> Result<PackageScript, ~str> {
58-
let script = parent.push(~"package.rs");
58+
let script = parent.push(~"pkg.rs");
5959

6060
if !os::path_exists(&script) {
61-
return result::Err(~"no package.rs file");
61+
return result::Err(~"no pkg.rs file");
6262
}
6363

6464
let binary = os::args()[0];

0 commit comments

Comments
 (0)