aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-23 15:55:27 -0700
committerPatrick Walton <[email protected]>2011-03-23 15:55:58 -0700
commit865a2812b621d74ba35df735f8662684f148ae5f (patch)
tree52d77ddc827f365e9db6d79a97aea0183dc48f84
parentrustc: Write out crate metadata (diff)
downloadrust-865a2812b621d74ba35df735f8662684f148ae5f.tar.xz
rust-865a2812b621d74ba35df735f8662684f148ae5f.zip
build: Fix minor typo in "cp" output
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cda5b334..0f10acdf 100755
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@ make_dir() {
}
copy() {
- msg "cp $1 $1"
+ msg "cp $1 $2"
cp $1 $2
}