only: test

This commit is contained in:
David Holdeman 2024-04-24 17:19:12 -05:00
parent 5693feb1b6
commit ab4a4f4da0
No known key found for this signature in database
GPG Key ID: DBEE6FCFCC9DD9A6
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ fi
echo "BOARD_DIR=${BOARD_DIR} SHORT_BOARD_NAME=${SHORT_BOARD_NAME}"
echo "rp1: $(which realpath)"
if which grealpath >/dev/null 2>&1; then alias realpath='grealpath'; fi
if which grealpath >/dev/null 2>&1; then
echo "found grealpath"
alias realpath='grealpath';
fi
echo "path: $0"
echo "dirname: $(dirname $0)"
FDIR=$(realpath $(dirname "$0"))