Skip to content

Commit b76fff3

Browse files
committed
s
1 parent 2a66eb2 commit b76fff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ elif [ "$cxx_type" = "Apple" ]; then
9696
do
9797
echo $line
9898
inc="$inc -I$line"
99-
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | sed 's/ (framework directory)/g')"
99+
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | sed 's/ (framework directory)//g')"
100100
echo $inc
101101
else
102102
echo "unknown compiler '$cxx_type'"

0 commit comments

Comments
 (0)