Skip to content

Commit ae8f8d9

Browse files
committed
s
1 parent ddabdeb commit ae8f8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9494
do
9595
echo $line
9696
inc="$inc -I$line"
97-
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | cut -d' ' -f1)"
97+
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]')"
9898
echo $inc
9999
else
100100
echo "unknown compiler '$cxx_type'"

0 commit comments

Comments
 (0)