remove unused FNA_VERSION var

main
cosmonaut 2022-08-29 21:53:48 -07:00
parent 4f67c7e45a
commit cda8084e9e
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@
# Get the directory of this script
MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
FNA_VERSION=21.04
readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}
# Checks if git is installed