diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-12 22:33:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 22:33:53 -0400 |
commit | d62ce4b7cfc4ebfa1189542c34b9747a345cdad0 (patch) | |
tree | 1dfa08212ccc58094b19abe52a479b54b820f4df | |
parent | fa4a699667f38bf1c691e029bc2f8c6332aabad7 (diff) | |
download | astroconda-contrib-d62ce4b7cfc4ebfa1189542c34b9747a345cdad0.tar.gz |
sextractor no-quote options (#72)
-rw-r--r-- | sextractor/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sextractor/build.sh b/sextractor/build.sh index ca9fa3c..4a7f951 100644 --- a/sextractor/build.sh +++ b/sextractor/build.sh @@ -22,7 +22,7 @@ esac ./configure --prefix=$PREFIX \ --with-fftw-libdir=$PREFIX/lib \ --with-fftw-incdir=$PREFIX/include \ - "${OPTIONS}" + ${OPTIONS} make -j ${CPU_COUNT} make install |