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 a790407 commit ce49403Copy full SHA for ce49403
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} -fv "${d_dst}"/${i}
47
- ${mv} -fv "${d_src}"/${i} "${d_dst}" || exit 1
+ ${rm} -fv "${d_dst}"/"${i}"
+ ${mv} -fv "${d_src}"/"${i}" "${d_dst}" || exit 1
48
done
49
}
50
0 commit comments