Show better errors in customize_airootfs.sh #58

Closed
opened 2018-09-26 17:25:13 -06:00 by 2Shirt · 1 comment
2Shirt commented 2018-09-26 17:25:13 -06:00 (Migrated from gitea.2shirt.work)

The build process halts on any non-zero return but doesn't give any output. These errors need to be added to customize_airootfs.sh instead.

The build process halts on any non-zero return but doesn't give any output. These errors need to be added to customize_airootfs.sh instead.
2Shirt commented 2019-01-08 22:38:59 -07:00 (Migrated from gitea.2shirt.work)

Perhaps we can replace set -e -u with the following:

set -o errexit
set -o errtrace
set -o nounset
set -o pipefail
Perhaps we can replace `set -e -u` with the following: set -o errexit set -o errtrace set -o nounset set -o pipefail
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#58
No description provided.