Little fixes

This commit is contained in:
Fabio Belavenuto 2022-08-09 12:38:27 -03:00
parent 9b82adf362
commit ac1b8b7453
10 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ function export-vars() {
###############################################################################
function shell() {
cp /opt/${2}/build/System.map /input
export-vars $2
shift 2
cp /opt/${1}/build/System.map /input
bash -l $@
}

View File

@ -1,5 +1,5 @@
ARPL_VERSION="0.3-alpha8"
ARPL_VERSION="0.3-alpha9"
# Define paths
TMP_PATH="/tmp"