Skip to content
Snippets Groups Projects
Commit e99ce07a authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing linux bug with nptool.sh

parent 27f0f461
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ CUR_DIR="$PWD"
SCRIPTFILE=$0
if [ "${SCRIPTFILE}" = "-bash" ] ; then
SCRIPTFILE=${BASH_ARGV[0]}
elif [ "${SCRIPTFILE}" = "bash" ] ; then
SCRIPTFILE=${BASH_ARGV[0]}
fi
SCRIPTPATH="${SCRIPTFILE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment