diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-19 16:26:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-19 16:26:16 -0400 |
commit | b6a3f2102b313d94e41876f8f4839e1afb6077fd (patch) | |
tree | d42622f3b86e2988c8d2a69e24f768bf0f016ed9 /pyetc-thirdparty/build.sh | |
parent | 558ff4ba4555033c380ae86a6635151fa89c0072 (diff) | |
download | astroconda-etc-b6a3f2102b313d94e41876f8f4839e1afb6077fd.tar.gz |
Initial commit of pyetc-thirdparty
Diffstat (limited to 'pyetc-thirdparty/build.sh')
-rw-r--r-- | pyetc-thirdparty/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyetc-thirdparty/build.sh b/pyetc-thirdparty/build.sh new file mode 100644 index 0000000..ad736d3 --- /dev/null +++ b/pyetc-thirdparty/build.sh @@ -0,0 +1,6 @@ + +if [[ $PY3K != 0 ]]; then +echo "Pandeia does not support Python 3k, sorry." +exit 255 +fi +echo "meta-package"
\ No newline at end of file |