We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03e8c4 commit 0a11974Copy full SHA for 0a11974
1 file changed
build.sh
@@ -43,8 +43,8 @@ build() {
43
44
move() {
45
for i in _service README.md LICENSE *.tar.* *.dsc *.build *.buildinfo *.changes; do
46
- ${rm} -f "${d_dst}/${i}"
47
- ${mv} "${i}" "${d_dst}" || exit 1
+ ${rm} -fv "${d_dst}/${i}"
+ ${mv} -fv "${i}" "${d_dst}" || exit 1
48
done
49
}
50
0 commit comments