Commit 4e42ac4f authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed broken shellcode

parent b8866d92
......@@ -260,7 +260,7 @@ export PATH
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
# including exceptions into the code
test -z $CXX && test -z $CC
if [ -z "$CXX" -a -z "$CC" ]
then
export CC="gcc"
export CXX="gcc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment