Skip to content
Snippets Groups Projects
Commit a1bb3600 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

nothing much changed

Rev: NT/init_nt:1.9
parent beac7222
Branches
Tags
No related merge requests found
......@@ -16,14 +16,16 @@ NTPORT=4711
# Don't edit
NP=`pwd`/tools
base=`pwd`
NP=$base/tools
case :$PATH: in
*:$NP:*) ;;
*) PATH=$NP:$PATH ;;
esac
CC=rntcc
NTTOOLS=`pwd`/tools/lib
NTTOOLS=$NP/lib
if [ "x$NTMOUNT" = x ]; then
MNTREPLACE=""
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment