Skip to content

Commit 865a281

Browse files
committed
build: Fix minor typo in "cp" output
1 parent c669f20 commit 865a281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make_dir() {
2626
}
2727

2828
copy() {
29-
msg "cp $1 $1"
29+
msg "cp $1 $2"
3030
cp $1 $2
3131
}
3232

0 commit comments

Comments
 (0)