Merge pull request #68 from nfischer/fix-return-status

Fix template return code generated by `bpkg init`
pull/73/head
Joseph Werle 8 years ago committed by GitHub
commit ac0f1f5d16

@ -234,7 +234,7 @@ create_shell_file () {
echo " export -f $NAME"
echo 'else'
echo " $NAME "'"${@}"'
echo " exit $?"
echo ' exit $?'
echo 'fi'
} > "${NAME}.sh"
chmod 755 "${NAME}.sh"

Loading…
Cancel
Save