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