summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2012-07-19 15:15:55 +0200
committerDavid Kaufmann <astra@ionic.at>2012-07-19 15:15:55 +0200
commit0037c4049b7536902f80191240388b643c357586 (patch)
tree50e465398322fa6fc494995a0bf85b7984b4ccee
parent4233bf6adc36d640e01361318d66298fe0ba8005 (diff)
downloadconfig-0037c4049b7536902f80191240388b643c357586.tar.gz
allow generated configs from python scripts
-rwxr-xr-xbin/genSkelTar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genSkelTar.sh b/bin/genSkelTar.sh
index eb858a6..dbb0d22 100755
--- a/bin/genSkelTar.sh
+++ b/bin/genSkelTar.sh
@@ -15,7 +15,7 @@ mkdir gen
git submodule update --init
git submodule update
#echo "generating gen/ directory"
-ls -1 src/*.sh | while read file
+ls -1 src/*.sh src/*.py | while read file
do
echo "generating ${file}"
$file >/dev/null