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
No related branches found
No related tags found
No related merge requests found
...@@ -16,14 +16,16 @@ NTPORT=4711 ...@@ -16,14 +16,16 @@ NTPORT=4711
# Don't edit # Don't edit
NP=`pwd`/tools base=`pwd`
NP=$base/tools
case :$PATH: in case :$PATH: in
*:$NP:*) ;; *:$NP:*) ;;
*) PATH=$NP:$PATH ;; *) PATH=$NP:$PATH ;;
esac esac
CC=rntcc CC=rntcc
NTTOOLS=`pwd`/tools/lib NTTOOLS=$NP/lib
if [ "x$NTMOUNT" = x ]; then if [ "x$NTMOUNT" = x ]; then
MNTREPLACE="" MNTREPLACE=""
else else
......
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