diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-30 13:25:01 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-30 13:25:01 -0400 |
commit | bc9742f7905e94bb36a54e3c357f057c548f7129 (patch) | |
tree | 482dd36f8da2e90cc25b4dcbf124e773a6900122 /recon/build.sh | |
parent | 189987d64713de08d1e7a13e04d6c5dc67d8daa2 (diff) | |
download | astroconda-iraf-bc9742f7905e94bb36a54e3c357f057c548f7129.tar.gz |
Initial commit
Diffstat (limited to 'recon/build.sh')
-rw-r--r-- | recon/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recon/build.sh b/recon/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/recon/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 |