[Bf-committers] CVS commit: blender/intern/tools cpifdiff.sh

Kent Mein bf-committers@blender.org
Sun, 5 Jan 2003 05:06:08 +0100 (CET)


sirdude (Kent Mein) 2003/01/05 05:06:08 CET

  Modified files:
    blender/intern/tools cpifdiff.sh 
  
  Log:
  I don't think this went through last time so trying again :)
  
  Anyway I modified the math calls to be a little more generic..
  i.e. changed this:
  cpargs=$(($numargs - 1))
  to this:
  cpargs=`expr $numargs - 1`
  
  Was causing a problem under solaris....
  
  Kent
  
  Revision  Changes    Path
  1.3       +3 -3      blender/intern/tools/cpifdiff.sh