diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-01-23 08:31:49 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-23 08:31:49 -0800 |
commit | f125dbfd31473fc5958955ac7546b06fafd04530 (patch) | |
tree | 5100979de152fe7923df7be0aa62da32180e3af1 /libssh2-sys/build.rs | |
parent | e2f2c5046f6079d80ed21ae21afc55249dff478a (diff) | |
download | ssh2-rs-f125dbfd31473fc5958955ac7546b06fafd04530.zip |
Update to rust master
Diffstat (limited to 'libssh2-sys/build.rs')
-rw-r--r-- | libssh2-sys/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs index dc83921..e21a2ce 100644 --- a/libssh2-sys/build.rs +++ b/libssh2-sys/build.rs @@ -114,7 +114,7 @@ fn make() -> &'static str { } fn run(cmd: &mut Command) { - println!("running: {}", cmd); + println!("running: {:?}", cmd); assert!(cmd.stdout(InheritFd(1)) .stderr(InheritFd(2)) .status() |