summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-07-20 20:36:24 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-07-20 20:36:24 +0000
commit342f6e537af0a2455ba4f49062ae33d56eb9ba2a (patch)
tree82a10b3ad30246c745a1de44a313ea846c3b457f /lib/make/known-architectures/linux
parent4273dbecd9b17efe04f9becbef010101b32d1c9e (diff)
Put shell variable expansion into quotes because it can expand to more
than one word. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4096 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 214152fc..581c82ea 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -396,7 +396,7 @@ else
else
: ${CXXFLAGS='-restrict'}
fi
- if test -z ${CXX_OPTIMISE_FLAGS}; then
+ if test -z "$CXX_OPTIMISE_FLAGS"; then
if test "$host_cpu" = 'ia64' -o "$host_cpu" = 'x86_64'; then
CXX_OPTIMISE_FLAGS='-O2'
else