Skip to content

Commit 837bd66

Browse files
committed
s
1 parent 5f647a5 commit 837bd66

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
@@ -95,7 +95,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9595
inc="$inc -I$sdk_path/usr/include/c++/v1"
9696
inc="$inc -I$sdk_path/usr/include"
9797
inc="$inc -I$sdk_path/usr/include/i386"
98-
echo $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
98+
cat $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
9999
else
100100
echo "unknown compiler '$cxx_type'"
101101
exit 1

0 commit comments

Comments
 (0)