mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
provision-ndk: set -x to see what it currently does
This commit is contained in:
parent
d94e0c968b
commit
19076d1596
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
echo $0
|
echo $0
|
||||||
set -e
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
NDK_BASE=$1
|
NDK_BASE=$1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue