Subversion Repositories wimsdev

Rev

Rev 2441 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2441 Rev 10231
Line 3... Line 3...
3
# otherwise the $ sign will be substituted.
3
# otherwise the $ sign will be substituted.
4
 
4
 
5
sessiond=$w_wims_home/$w_wims_sesdir
5
sessiond=$w_wims_home/$w_wims_sesdir
6
oefname=$sessiond/submit.oef
6
oefname=$sessiond/submit.oef
7
 
7
 
8
sed 's/\&/\&amp;/g' <$oefname | sed 's/</\&lt;/g;s/>/\&gt;/g'
8
LC_ALL=C sed 's/\&/\&amp;/g' <$oefname | LC_ALL=C sed 's/</\&lt;/g;s/>/\&gt;/g'
9
 
-