diff options
| author | David Kaufmann <astra@ionic.at> | 2012-07-19 15:15:55 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2012-07-19 15:15:55 +0200 |
| commit | 0037c4049b7536902f80191240388b643c357586 (patch) | |
| tree | 50e465398322fa6fc494995a0bf85b7984b4ccee | |
| parent | 4233bf6adc36d640e01361318d66298fe0ba8005 (diff) | |
| download | config-0037c4049b7536902f80191240388b643c357586.tar.gz | |
allow generated configs from python scripts
| -rwxr-xr-x | bin/genSkelTar.sh | 2 |
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 |
