Skip to content

Commit

Permalink
more style lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jul 16, 2024
1 parent c9b8bd0 commit f55d856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ function install_openssl()

# shellcheck disable=SC2086
run ./Configure "linux-$(uname -m)" \
--prefix="$PREFIX" --openssldir="$PREFIX/openssl" \
threads zlib no-shared no-sse2 no-legacy no-tests
--prefix="$PREFIX" --openssldir="$PREFIX/openssl" \
threads zlib no-shared no-sse2 no-legacy no-tests

# Force Make to use the environment variables instead
run sed -i "s|^LIB_CFLAGS=.*||" Makefile
Expand Down

0 comments on commit f55d856

Please sign in to comment.