build: Fix minor typo in "cp" output
This commit is contained in:
parent
c669f20231
commit
865a2812b6
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -26,7 +26,7 @@ make_dir() {
|
|||
}
|
||||
|
||||
copy() {
|
||||
msg "cp $1 $1"
|
||||
msg "cp $1 $2"
|
||||
cp $1 $2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue