Diff for /loncom/html/adm/MathJax/commands between versions 1.4 and 1.5

version 1.4, 2013/01/11 21:26:45 version 1.5, 2013/12/20 23:20:46
Line 15  then Line 15  then
   then    then
     rm -rf $mathjaxdir      rm -rf $mathjaxdir
   fi    fi
   unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.1-241378e.zip    unzip -q -o -d $mathjaxdir mathjax-MathJax-v2.3-9-g78ea6af.zip
   mv $mathjaxdir/mathjax-MathJax-24a378e/* $mathjaxdir/.    mv $mathjaxdir/mathjax-MathJax-78ea6af/* $mathjaxdir/.
   rm -r $mathjaxdir/mathjax-MathJax-24a378e    rm -r $mathjaxdir/mathjax-MathJax-78ea6af
   cp VERSION $mathjaxdir/VERSION    cp VERSION $mathjaxdir/VERSION
   chown -R www:www $mathjaxdir    chown -R www:www $mathjaxdir
   find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;    find $mathjaxdir -type d -exec chmod u=rwx,go-rwx {} \;

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>