diff options
| author | Patrick Walton <[email protected]> | 2011-03-23 15:55:27 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-23 15:55:58 -0700 |
| commit | 865a2812b621d74ba35df735f8662684f148ae5f (patch) | |
| tree | 52d77ddc827f365e9db6d79a97aea0183dc48f84 | |
| parent | rustc: Write out crate metadata (diff) | |
| download | rust-865a2812b621d74ba35df735f8662684f148ae5f.tar.xz rust-865a2812b621d74ba35df735f8662684f148ae5f.zip | |
build: Fix minor typo in "cp" output
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ make_dir() { } copy() { - msg "cp $1 $1" + msg "cp $1 $2" cp $1 $2 } |