Skip to content

Commit

Permalink
Unnecessary use of double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 15, 2023
1 parent de7f7f3 commit 4c74f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ declare -A debianSuites=(
# the libc created by gcc is too old for a newer Debian
# $ apt --version
# apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
[10]="bullseye"
[9]="bullseye"
[10]='bullseye'
[9]='bullseye'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 4c74f6f

Please sign in to comment.