summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-10-12 22:33:53 -0400
committerGitHub <noreply@github.com>2016-10-12 22:33:53 -0400
commitd62ce4b7cfc4ebfa1189542c34b9747a345cdad0 (patch)
tree1dfa08212ccc58094b19abe52a479b54b820f4df
parentfa4a699667f38bf1c691e029bc2f8c6332aabad7 (diff)
downloadastroconda-contrib-d62ce4b7cfc4ebfa1189542c34b9747a345cdad0.tar.gz
sextractor no-quote options (#72)
-rw-r--r--sextractor/build.sh2
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