Correction passage arguments sur dpkg-buildpackage, fixes #1

This commit is contained in:
2016-03-03 14:07:47 +01:00
parent 8bc0d15df6
commit c1073a210e
2 changed files with 7 additions and 2 deletions

View File

@ -34,7 +34,7 @@ function build_project()
cd "${workspace}"
dpkg-buildpackage -b -a "${TARGET_ARCH}" 2> >(stderr) 1> >(stdout)
dpkg-buildpackage -b -a"${TARGET_ARCH}" 2> >(stderr) 1> >(stdout)
if [ $? != 0 ]; then
fatal "The build process has not completed successfuly !"