From: ellson Date: Fri, 20 Feb 2009 02:46:50 +0000 (+0000) Subject: another try at fixing quoting X-Git-Tag: LAST_LIBGRAPH~32^2~2442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2fe850c636f19a517b3c2240770eb721ab2d5d8;p=graphviz another try at fixing quoting --- diff --git a/macosx/build/Makefile b/macosx/build/Makefile index 4631df6f1..bdaf06812 100644 --- a/macosx/build/Makefile +++ b/macosx/build/Makefile @@ -41,7 +41,7 @@ postinstall: echo "/usr/local/bin/dot -c" >$@ make -n -C ../../tclpkg install-data-hook >>$@ echo "arch -arch i386 -arch ppc /usr/local/bin/gv-fc-cache" >>$@ - echo "if [ `sysctl -n hw.cpu64bit_capable` ]; then arch -arch x86_64 -arch ppc64 /usr/local/bin/gv-fc-cache; fi" >>$@ + echo 'if test `sysctl -n hw.cpu64bit_capable` = 1; then arch -arch x86_64 -arch ppc64 /usr/local/bin/gv-fc-cache; fi' >>$@ $(GV_DIR)/cmd/dot/.libs/$(DOT): $(GV_DIR)/Makefile @echo