summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-05-07 01:25:20 +0200
committerunknown <lenz@mysql.com>2005-05-07 01:25:20 +0200
commit8ec23d0efcfd48b19746f19934256d216caf0f8f (patch)
tree4828d74d5de35f1f34dc005d792645f6ab0426e4 /BUILD
parentbc6457fc369dcd7f02daa5b02e8a740cd698d926 (diff)
downloadmariadb-git-8ec23d0efcfd48b19746f19934256d216caf0f8f.tar.gz
- typo fix in BUILD/compile-dist
BUILD/compile-dist: - typo fix
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist
index 4fa3c0a8624..51afd104491 100755
--- a/BUILD/compile-dist
+++ b/BUILD/compile-dist
@@ -20,7 +20,7 @@ if test -z "$CXX" ; then
export CXX=gcc
# Set some required compile options
if test -z "$CXXFLAGS" ; then
- export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti""
+ export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti"
fi
fi