summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-26 16:55:18 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-26 16:55:18 (EDT)
commit1a2e616d1619716123885f87dd7b356f60cc184b (patch)
treecf7c5025b68deb0d94641fde630bac686964c02f /build
parent469204820082b07906d046b2ebcd41d0e2d01467 (diff)
build: Delimit end of option args to oh-autobuild.
Fixes: oh-autobuild -j ${JOBS:-1} Illegal option -j oh-autobuild: Error: Invalid option
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 393c0aa..9176036 100755
--- a/build
+++ b/build
@@ -6,7 +6,7 @@ nop:
@:
build:
- oh-autobuild -j $${JOBS:-1}
+ oh-autobuild -- -j $${JOBS:-1}
install:
oh-autoinstall