Skip to content

Commit

Permalink
Merge pull request #2436 from mariux64/fix-perf-510470
Browse files Browse the repository at this point in the history
perf: fix -j parser
  • Loading branch information
wwwutz authored Nov 1, 2021
2 parents b8fd0fe + 8c74466 commit 48ba2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION perf-5.10.47-0
# BEE_VERSION perf-5.10.47-1

# more info: https://foo.bar.com

Expand All @@ -17,7 +17,7 @@ OPT_ARCHIVE_BUILD=no

# honor -j
while getopts ":j:" bmf ${BEE_MAKEFLAGS[@]}; do
export JOBS=${OPTARG}
[ $bmf == 'j' ] && export JOBS=${OPTARG}
done

PATH=/usr/local/system/perl/bin:/usr/local/system/python2/bin:${PATH}
Expand Down

0 comments on commit 48ba2d9

Please sign in to comment.