annotate swiplml @ 33:fc72b98aba8c

Fixed formatting of lambda expressions with multiple arguments. (Was producing 'Illegal Matlab expression (a,b)' error.)
author samer
date Tue, 25 Sep 2012 09:57:24 +0100
parents de95213cdcc2
children
rev   line source
samer@22 1 #!/bin/sh
samer@25 2 MATLAB=$(matlab -e | grep MATLAB= | sed -e 's/MATLAB=//')
samer@25 3 ARCH=$(matlab -e | grep ARCH= | sed -e 's/ARCH=//')
samer@25 4 export DYLD_FALLBACK_LIBRARY_PATH=/lib:/usr/lib:/usr/X11/lib:$MATLAB/bin/$ARCH
samer@22 5 swipl "$@"