We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6fae7 commit 340d32cCopy full SHA for 340d32c
1 file changed
selfcheck.sh
@@ -41,7 +41,7 @@ if [ "$cxx_type" = "g++" ]; then
41
inc="$inc -I/usr/lib/gcc/x86_64-pc-linux-gnu/$gcc_ver/include"
42
fi
43
if [ -d "/usr/include/x86_64-linux-gnu" ]; then
44
- inc="inc -I/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
+ inc="$inc -I/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
45
46
./simplecpp simplecpp.cpp -e -f -std=gnu++11 $defs $inc
47
ec=$?
0 commit comments