DEB build scripts: fixed bug introduced in a recent commit that prevented build set scripts from executing correctly.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/95/head
Michele Calgaro 3 years ago
parent f45c2b2762
commit f5993c009b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -52,7 +52,7 @@ function build_module()
if [ $parm_SKIP_N -gt 0 -a $SKIP_cnt -lt $parm_SKIP_N ]; then
SKIP_cnt=$((SKIP_cnt+1))
else
./build_module.sh "$BUILD_DEFAULT_OPTIONS $@"
./build_module.sh ${BUILD_DEFAULT_OPTIONS} "$@"
echo
fi
}

Loading…
Cancel
Save