Diff for /loncom/homework/caparesponse/commands between versions 1.15 and 1.16

version 1.15, 2015/04/05 16:47:27 version 1.16, 2018/06/11 13:12:34
Line 52  cp Makefile.PL Makefile.pl Line 52  cp Makefile.PL Makefile.pl
 perl Makefile.PL   perl Makefile.PL 
 make -f Makefile   make -f Makefile 
 cp blib/arch/auto/capa/capa.so .   cp blib/arch/auto/capa/capa.so . 
 perl capa.pm  perl -I . -f capa.pm
 swigver=`swig -version | perl -ne 'print $1 if /SWIG Version (\d+)\./i'`  swigver=`swig -version | perl -ne 'print $1 if /SWIG Version (\d+)\./i'`
 if [[ $swigver > 2 ]]  if [[ $swigver > 2 ]]
 then  then

Removed from v.1.15  
changed lines
  Added in v.1.16


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