diff options
| author | TitanSnow <[email protected]> | 2017-05-26 09:17:23 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-26 09:17:23 +0800 |
| commit | 05f5bbbb1b9b41616e4c087b669cb753bbe39bcc (patch) | |
| tree | 54bd5e433bf9d8338ca8a65d736bcc7e7168ec26 /scripts/get.sh | |
| parent | 6ccff1694b86077b2fde8285ece0323b648afef4 (diff) | |
add detail for build error
Diffstat (limited to 'scripts/get.sh')
| -rwxr-xr-x | scripts/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh index 773a0df10..2a462d5ad 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -95,7 +95,7 @@ then if [ $rv -ne 0 ] then make -C /tmp/$$xmake_getter/core --no-print-directory error - my_exit 'Build Fail' $rv + my_exit "$(echo -e 'Build Fail\nDetail:\n' | cat - /tmp/xmake.out)" $rv fi fi # PATHclone=$PATH |
