Bug 57624

Summary: update to handbook: linux MATLAB
Product: Documentation Reporter: Dan Pelleg <daniel+gnats>
Component: Books & ArticlesAssignee: Marc Fonvieille <blackend>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dan Pelleg 2003-10-06 00:50:18 UTC
Clarification and tip following discussion with user of current documentation.

Fix: 

743c743
< 	      <filename>$MATLAB/etc/license.dat</filename> before the
---
> 	      <filename>$MATLAB/license.dat</filename> before the
843a844,851
>     <tip><para>Depending on your version of <filename>linux_base</filename>,
>           you may run into errors when running this script. To avoid
>           that, edit the file $MATLAB/bin/matlab, and change the line that says:
>           </para>
>           <programlisting>if [ `expr "$lscmd" : '.*-&gt;.*'` -ne 0 ]; then</programlisting>
>           <para>(in version 13.0.1 it is on line 410) to this line:</para>
>           <programlisting>if test -L $newbase; then</programlisting>
>     </tip>
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2003-10-06 11:18:12 UTC
Responsible Changed
From-To: freebsd-doc->blackend

This one is for me :)
Comment 2 Marc Fonvieille freebsd_committer freebsd_triage 2003-10-06 19:28:54 UTC
State Changed
From-To: open->closed

I committed a slightly different version of your patch.  Thanks.