build: Fix minor typo in "cp" output

This commit is contained in:
Patrick Walton 2011-03-23 15:55:27 -07:00
parent c669f20231
commit 865a2812b6
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -26,7 +26,7 @@ make_dir() {
}
copy() {
msg "cp $1 $1"
msg "cp $1 $2"
cp $1 $2
}