Skip to content

Commit

Permalink
Fix few CI shellcheck errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 8, 2021
1 parent 0cb97eb commit dcdfa63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ci/env-freebsd.inc.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env sh

export PATH=/usr/local/bin:$PATH
export PATH="/usr/local/bin:$PATH"
export MAKE=gmake
export SUDO=sudo

: "${CORES:=$(sysctl -n hw.ncpu)}"
export CORES

1 change: 1 addition & 0 deletions ci/lib/install_functions.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ is_version_at_least() {
installed_version="$("$@")"

# shellcheck disable=SC2181
# shellcheck disable=SC2295
if [[ $? -ne 0 ]]; then
need_to_build=1
else
Expand Down

1 comment on commit dcdfa63

@maxirmx
Copy link
Member

@maxirmx maxirmx commented on dcdfa63 Nov 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is already there: #1666

Please sign in to comment.