Skip to content

Commit

Permalink
Update checkbashisms
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Jan 25, 2024
1 parent 8378f33 commit cce9dd7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ cd "$(dirname "$0")"

mkdir -p bin

VERSION_CB="2.23.6"
VERSION_CB="2.23.7"
VERSION_SC="stable"

# Why do we use checkbashisms? For the glory of satan, of course!
echo λλλ checkbashisms
if [ ! -x bin/checkbashisms ]; then
wget -qO- "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_${VERSION_CB}.tar.xz" \
| tar -xJv -O "devscripts-${VERSION_CB}/scripts/checkbashisms.pl" \
| tar -xJv -O "devscripts/scripts/checkbashisms.pl" \
> bin/checkbashisms
chmod u+x bin/checkbashisms
fi
Expand Down

0 comments on commit cce9dd7

Please sign in to comment.