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
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
# along with UCK. If not, see <http://www.gnu.org/licenses/>. # # along with UCK. If not, see <http://www.gnu.org/licenses/>. #
################################################################################### ###################################################################################
set -e
SCRIPT_DIR="$1" SCRIPT_DIR="$1"
IRD="$2" IRD="$2"
ROOTFS="$3" ROOTFS="$3"
......
#!/bin/bash #!/bin/bash
set -e
SCRIPT_DIR="$1" SCRIPT_DIR="$1"
ISO_REMASTER_DIR="$2" ISO_REMASTER_DIR="$2"
......
#!/bin/bash #!/bin/bash
set -e
SCRIPT_DIR="/remaster" SCRIPT_DIR="/remaster"
CONTRIB_DIR="$SCRIPT_DIR/contrib/" 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