Skip to content

Commit fde31f7

Browse files
committed
---
yaml --- r: 42364 b: refs/heads/master c: 472797b h: refs/heads/master v: v3
1 parent 75f82f0 commit fde31f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2534
-2134
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: fae8fc94dc893c7a08a49941da3568a2ae673a47
2+
refs/heads/master: 472797b04a3fac95e14368e5f1b149573d3d676c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcargo/pgp.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ pub fn init(root: &Path) {
8181
let p = root.push("gpg");
8282
if !os::path_is_dir(&p) {
8383
os::make_dir(&p, 0x1c0i32);
84-
let p = run::start_program(~"gpg", ~[~"--homedir",
85-
p.to_str(),
86-
~"--import"]);
84+
let mut p = run::start_program(~"gpg", ~[~"--homedir",
85+
p.to_str(),
86+
~"--import"]);
8787
p.input().write_str(signing_key());
8888
let s = p.finish();
8989
if s != 0 {

0 commit comments

Comments
 (0)