Skip to content

Commit 5fdc1c0

Browse files
committed
move source code into package subdir, minor fixes
1 parent 52a28e4 commit 5fdc1c0

10 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33
compiler="$1"
44
arch="$2"
55

6-
[[ -z $compiler ]] && echo "compiler prefix must be provided"
7-
[[ -z $arch ]] && echo "arch name must be provided"
6+
[[ -z $compiler ]] && echo "compiler prefix must be provided" && exit 1
7+
[[ -z $arch ]] && echo "arch name must be provided" && exit 1
88

99
script_dir="$(cd "$(dirname "$0")" && pwd)"
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)