From a26b9fa6f6f4bb15cc8e89f65e1110431fdb86a6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 6 Nov 2009 15:57:25 -0800 Subject: [PATCH] Fix typo. --- etc/run-three-stages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/run-three-stages b/etc/run-three-stages index 6d8a03844..5bccc7c48 100755 --- a/etc/run-three-stages +++ b/etc/run-three-stages @@ -48,11 +48,11 @@ fi case $(uname -s) in Darwin) - : {DEFAULT_STAGE0:=macosx} + : ${DEFAULT_STAGE0:=macosx} : ${COPY:="cp -pR"} ;; Linux) - : {DEFAULT_STAGE0:=linux} + : ${DEFAULT_STAGE0:=linux} : ${COPY:="cp -a"} ;; *) -- 2.25.1