Skip to content

Commit cd3d356

Browse files
committed
Exit immediately when fails.
1 parent b00c785 commit cd3d356

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

cmap_patch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
BASE_DIR=$(cd "$(dirname "$0")" && pwd)
46
PREFIX="$1"
57

copyright.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
BASE_DIR="$(cd "$(dirname "$0")" && pwd)"
46

57
PREFIX="$1"

hackgen_generator.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -e
4+
35
base_dir=$(cd "$(dirname "$0")" && pwd)
46
# HackGen Generator
57
hackgen_version="$2"

make_hackgen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
hackgen_version="2.9.0"
46

57
BASE_DIR=$(cd "$(dirname "$0")" && pwd)

os2_patch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
BASE_DIR=$(cd "$(dirname "$0")" && pwd)
46
PREFIX="$1"
57

0 commit comments

Comments
 (0)