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

bugfix

Rev: NT/init_nt:1.30
parent 47ebd3df
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,14 @@ IA64SDK=${IA64SDK-'C:\ia64sdk17'} ...@@ -48,7 +48,14 @@ IA64SDK=${IA64SDK-'C:\ia64sdk17'}
case "/$CC" in case "/$CC" in
*/rntcl) */rntcl)
if [ "x$NOPATHS" = "yes" ]; then
# I'll leave the following if-statement as a monument of
# non-tested code. - Hubbe
#
# if [ "x$NOPATHS" = "yes" ]; then
#
if [ "${USER-}@${HOST-}" = "hubbe@adenin" ]; then
echo "I am Hubbe" echo "I am Hubbe"
MSVC='j:\winshare\vc98' MSVC='j:\winshare\vc98'
local='j:\winshare\local' local='j:\winshare\local'
......
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