[hooks] call bump_kernel_packages with --disable-shell-wrap

This commit is contained in:
Fabio Erculiani
2014-06-10 08:16:04 +01:00
parent d677ea9739
commit 7f0fccee68
+1 -1
View File
@@ -32,7 +32,7 @@ for pkg in ${MATTER_BUILT_PACKAGES}; do
echo "Rebuilding for tag: ${tag}"
/sabayon/bin/bump_kernel_packages "${tag}" "${tag}" \
"${MATTER_REPOSITORY_ID}" --non-interactive
"${MATTER_REPOSITORY_ID}" --non-interactive --disable-shell-wrap
done
exit 0