[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60171] trunk/blender/build_files/ build_environment/install_deps.sh: Grrr, forgot to update getopt command for updated args...

Bastien Montagne montagne29 at wanadoo.fr
Mon Sep 16 17:48:37 CEST 2013


Revision: 60171
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60171
Author:   mont29
Date:     2013-09-16 15:48:37 +0000 (Mon, 16 Sep 2013)
Log Message:
-----------
Grrr, forgot to update getopt command for updated args...

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-09-16 15:40:50 UTC (rev 60170)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-09-16 15:48:37 UTC (rev 60171)
@@ -25,10 +25,10 @@
 ARGS=$( \
 getopt \
 -o s:i:t:h \
---long source:,install:,tmp:,threads:,help,with-all,with-osl,with-opencollada,all-static,force-all,\
+--long source:,install:,tmp:,threads:,help,with-all,with-opencollada,all-static,force-all,\
 force-python,force-numpy,force-boost,force-ocio,force-oiio,force-llvm,force-osl,force-opencollada,\
 force-ffmpeg,skip-python,skip-numpy,skip-boost,skip-ocio,skip-oiio,skip-llvm,skip-osl,skip-ffmpeg,\
-skip-opencollada \
+skip-opencollada,required-numpy \
 -- "$@" \
 )
 




More information about the Bf-blender-cvs mailing list