We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294d320 commit 61fdb94Copy full SHA for 61fdb94
1 file changed
selfcheck.sh
@@ -15,7 +15,7 @@ if [ -z "$CXX" ]; then
15
fi
16
17
cxx_type=$($CXX --version | head -1 | cut -d' ' -f1)
18
-if [ "$cxx_type" = "Ubuntu" ]; then
+if [ "$cxx_type" = "Ubuntu" ] || [ "$cxx_type" = "Debian" ]; then
19
cxx_type=$($CXX --version | head -1 | cut -d' ' -f2)
20
21
0 commit comments