Skip to content
Snippets Groups Projects
Commit 75ad2aca authored by Luke Shumaker's avatar Luke Shumaker Committed by Bartłomiej Piotrowski
Browse files

makechrootpkg: Adjust to work properly with `set -e`

This worked properly until eab5aba9.
parent aee72cae
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ EOF ...@@ -205,7 +205,7 @@ EOF
{ {
printf '#!/bin/bash\n' printf '#!/bin/bash\n'
declare -f _chrootbuild declare -f _chrootbuild
declare -p SOURCE_DATE_EPOCH 2>/dev/null declare -p SOURCE_DATE_EPOCH 2>/dev/null || true
printf '_chrootbuild "$@" || exit\n' printf '_chrootbuild "$@" || exit\n'
if [[ $run_namcap = true ]]; then if [[ $run_namcap = true ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment