mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2025-04-05 00:06:44 +02: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…
x
Reference in New Issue
Block a user