fixed setpath.csh script on OSX

metadata
Wenzel Jakob 2012-10-25 00:58:14 -04:00
parent 5286c8aa4a
commit 93d8953c90
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else
endif
set MITSUBA_DIR=`cd $reldir && pwd`
if ("$0" == "Darwin") then
if ("`uname`" == "Darwin") then
setenv PATH "$MITSUBA_DIR/Mitsuba.app/Contents/MacOS:$PATH"
else
if (! ($?LD_LIBRARY_PATH) ) then