Skip to content

Commit 4c74f6f

Browse files
committed
Unnecessary use of double quotes
1 parent de7f7f3 commit 4c74f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ declare -A debianSuites=(
66
# the libc created by gcc is too old for a newer Debian
77
# $ apt --version
88
# apt: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
9-
[10]="bullseye"
10-
[9]="bullseye"
9+
[10]='bullseye'
10+
[9]='bullseye'
1111
)
1212

1313
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

0 commit comments

Comments
 (0)