Browse Source

chore(checkbashisms): update to 2.23.6 (#7276)

Dariusz Rumiński 1 year ago
parent
commit
7c0e145bb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev-tools/install.sh

+ 2 - 2
dev-tools/install.sh

@@ -19,13 +19,13 @@ cd "$(dirname "$0")"
 
 mkdir -p bin
 
-VERSION_CB="2.23.5"
+VERSION_CB="2.23.6"
 VERSION_SC="stable"
 
 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/scripts/checkbashisms.pl \
+        | tar -xJv -O "devscripts-${VERSION_CB}/scripts/checkbashisms.pl" \
         > bin/checkbashisms
     chmod u+x bin/checkbashisms
 fi