Skip to content

Commit

Permalink
fixed setpath.csh script on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel Jakob committed Oct 25, 2012
1 parent 5286c8a commit 93d8953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setpath.csh
Expand Up @@ -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
Expand Down

0 comments on commit 93d8953

Please sign in to comment.