mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-11-16 18:18:22 +01:00
enable verbose mode
This commit is contained in:
parent
d3a9b41f07
commit
9863e98684
@ -1,5 +1,6 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
set -x
|
||||
[ -z "$1" ] && echo "Please specify 32 or 64 bits architectuure" && exit 1
|
||||
echo "[Compiler] Adding more Kernel packages"
|
||||
ARCH="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user