[gnome-getting-started-docs/jenkins] force autoload embedded scripts.



commit 899729d62d74d7192de9bbdaf33076574f50b66b
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Sep 24 01:02:23 2014 +0200

    force autoload embedded scripts.
    
    - should be the default, yet the typewriter
      script doesn't seem to load.

 animation/render-localized.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/animation/render-localized.sh b/animation/render-localized.sh
index 8903eec..1a521c5 100755
--- a/animation/render-localized.sh
+++ b/animation/render-localized.sh
@@ -9,5 +9,5 @@ esac
 
 for script in gnome*py
   do blend=`basename $script py`blend
-  $blender -b $blend -P $script # > /dev/null
+  $blender -b $blend -y -P $script # > /dev/null
 done


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]