Added debug prints to bin/compile.
This commit is contained in:
parent
bdef102a9e
commit
6b0f430424
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -x
|
||||
|
||||
export APP="$(realpath "$1")"
|
||||
export CACHE="$2"
|
||||
|
|
Loading…
Reference in New Issue