Skip to content

Commit

Permalink
Fix exit code being ignored for pacstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Mar 14, 2024
1 parent a0e0f9d commit 4f5bbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ __END__
--bind="$(readlink -e ${cachedir}):/var/cache/pacman/pkg" \
--bind="$(readlink -e ${cachedir}):/cache" \
bash -bash "${packages[@]}" <<-__END__
set -e
rm --recursive /etc/pacman.d/gnupg/
cp --target-directory=/etc/pacman.d/ --recursive /gnupg
echo "faked-system-time ${SOURCE_DATE_EPOCH}" >> /etc/pacman.d/gnupg/gpg.conf
Expand Down

0 comments on commit 4f5bbcd

Please sign in to comment.