Skip to content

Commit 74fc09c

Browse files
committed
Merge remote-tracking branch 'origin/pull/128'
* origin/pull/128: Fix exit code being ignored for pacstrap
2 parents a0e0f9d + 4f5bbcd commit 74fc09c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

repro.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ __END__
481481
--bind="$(readlink -e ${cachedir}):/var/cache/pacman/pkg" \
482482
--bind="$(readlink -e ${cachedir}):/cache" \
483483
bash -bash "${packages[@]}" <<-__END__
484+
set -e
484485
rm --recursive /etc/pacman.d/gnupg/
485486
cp --target-directory=/etc/pacman.d/ --recursive /gnupg
486487
echo "faked-system-time ${SOURCE_DATE_EPOCH}" >> /etc/pacman.d/gnupg/gpg.conf

0 commit comments

Comments
 (0)