Skip to content
Snippets Groups Projects
Commit 232598cf authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Added set -e to all remaster scripts.

This is required to escalate all failed commands to the Makefile.
parent 48dc071b
Branches
Tags
No related merge requests found
......@@ -18,6 +18,8 @@
# along with UCK. If not, see <http://www.gnu.org/licenses/>. #
###################################################################################
set -e
SCRIPT_DIR="$1"
IRD="$2"
ROOTFS="$3"
......
#!/bin/bash
set -e
SCRIPT_DIR="$1"
ISO_REMASTER_DIR="$2"
......
#!/bin/bash
set -e
SCRIPT_DIR="/remaster"
CONTRIB_DIR="$SCRIPT_DIR/contrib/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment