index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2014-10-20 19:13:57 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-10-20 19:15:24 -0400 |
commit | e5fe74102dee0dc1b7343666f3b9d41446e7cf86 (patch) | |
tree | eea0088129b393ae3f80a8ce637a3053caf682f2 /makechrootpkg.in | |
parent | 28140068ce22cc15fc155570f33e0bdaae22de9c (diff) |
-rw-r--r-- | makechrootpkg.in | 2 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 1fbd3b4..c8cb169 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -265,7 +265,7 @@ EOF # This is a little gross, but this way the script is recreated every time in the # working copy { - printf $'#!/bin/bash\n%s\n_chrootbuild %q %q\n' "$(declare -f _chrootbuild)" \ + printf $'#!/bin/bash\n%s\n_chrootbuild %q %q || exit\n' "$(declare -f _chrootbuild)" \ "$makepkg_args" "$run_namcap" if $run_namcap; then cat <<'EOF' |