Skip to content

Commit 790f13d

Browse files
committed
Fix typo in configure script
1 parent 7d38a3b commit 790f13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# v8 doesn't like ccache
44
if [ ! -z "`echo $CC | grep ccache`" ]; then
5-
echo "Error: V8 doesn't like cache. Please set your CC env var to 'gcc'"
5+
echo "Error: V8 doesn't like ccache. Please set your CC env var to 'gcc'"
66
echo " (ba)sh: export CC=gcc"
77
exit 1
88
fi

0 commit comments

Comments
 (0)