Skip to content

Commit a706eab

Browse files
z0w0graydon
authored andcommitted
---
yaml --- r: 44095 b: refs/heads/snap-stage3 c: efe5a0a h: refs/heads/master i: 44093: 2b91628 44091: c735965 44087: 88f01b3 44079: db4b923 44063: c3e1aae 44031: 3037b5c v: v3
1 parent c6df3e3 commit a706eab

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,7 +1,7 @@
11
---
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: b10dc1af0661c68155c49f508fe7a26a2ea02083
4+
refs/heads/snap-stage3: efe5a0a61cd52de71d1863501228ff78069d8337
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)