summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2015-08-18 06:15:24 +0800
committerAndy Green <andy.green@linaro.org>2015-08-18 06:15:24 +0800
commit5cee5c6135e132cdc01f6b6fddba3f29d39ad9ba (patch)
treef0e1586dbc2c58a54b99ab7d882b7af6c9b49c2d
parentc8ac19c9d4c456c54254fbb5d7c5819e3ffe164f (diff)
create gif of restricted subdirs correctly
Signed-off-by: Andy Green <andy.green@linaro.org>
-rwxr-xr-xgrowth.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/growth.sh b/growth.sh
index 7b0b814..401806b 100755
--- a/growth.sh
+++ b/growth.sh
@@ -594,7 +594,7 @@ echo $R
done
>&2 echo "Converting gif"
- convert -delay 50 -loop 0 growth-$R-dist-????.png growth-$R-dist.gif
+ convert -delay 50 -loop 0 growth-$R-dist-$_FILTER????.png growth-$R-dist-$_FILTER.gif
exit 0
fi