Skip to content

Commit

Permalink
Linter fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Apr 30, 2024
1 parent f7d6b17 commit d27be3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/reproducible/linux_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ installPrereqs() {
if [ ! -r /usr/local/bin/autoconf ]; then
curl --output ./autoconf-2.69.tar.gz https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
ACSHA256=954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969
ACCHKSHA=`sha256sum ./autoconf-2.69.tar.gz|cut -d" " -f1
ACCHKSHA=`sha256sum ./autoconf-2.69.tar.gz|cut -d" " -f1`
if [[ "$ACSHA256" == "$ACCHKSHA" ]]; then
echo "Hi"
tar xpfz ./autoconf-2.69.tar.gz || exit 1
Expand Down

0 comments on commit d27be3c

Please sign in to comment.