Skip to content
Snippets Groups Projects
Commit e854f659 authored by mc2zk's avatar mc2zk
Browse files

Added change to IDAROOT and IDASDK setup to set to IDAROOTCUR and IDASDKCUR

Former-commit-id: e091058e92e7fc9d49d212b0e732f4c8f1845016
parent 16c6c4d3
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,12 @@ cleanup()
exit $exit_code
}
if [ ! -z $IDAROOT65 ]; then
export IDAROOT=$IDAROOT65
if [ ! -z $IDAROOTCUR ]; then
export IDAROOT=$IDAROOTCUR
fi
if [ ! -z $IDASDK65 ]; then
export IDASDK=$IDASDK65
if [ ! -z $IDASDKCUR ]; then
export IDASDK=$IDASDKCUR
fi
# suck in utils
......
......@@ -59,12 +59,12 @@ cleanup()
exit $exit_code
}
if [ ! -z $IDAROOT65 ]; then
export IDAROOT=$IDAROOT65
if [ ! -z $IDAROOTCUR ]; then
export IDAROOT=$IDAROOTCUR
fi
if [ ! -z $IDASDK65 ]; then
export IDASDK=$IDASDK65
if [ ! -z $IDASDKCUR ]; then
export IDASDK=$IDASDKCUR
fi
# suck in utils
......
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