From d73cf2a7ca088edc77f1e43cab7dc615f6683ef4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 10 Dec 2014 15:10:28 +0100 Subject: [PATCH] Whitespace and indenting fixups --- cmake/cpack-mac-bundle/dealii-terminal.in | 6 +-- cmake/cpack-mac-bundle/dealii.conf.in | 34 +++++++-------- cmake/setup_cpack.cmake | 51 ++++++++++++----------- 3 files changed, 46 insertions(+), 45 deletions(-) diff --git a/cmake/cpack-mac-bundle/dealii-terminal.in b/cmake/cpack-mac-bundle/dealii-terminal.in index d6bf1848cc..383755815f 100755 --- a/cmake/cpack-mac-bundle/dealii-terminal.in +++ b/cmake/cpack-mac-bundle/dealii-terminal.in @@ -23,9 +23,9 @@ else fi # Make sure DEAL_II_BUNDLE is set correctly -if [ -z "$DEAL_II_BUNDLE" ]; then +if [ -z "$DEAL_II_BUNDLE" ]; then export DEAL_II_BUNDLE=/Applications/deal.II.app - if [ ! -d $DEAL_II_BUNDLE ]; then + if [ ! -d $DEAL_II_BUNDLE ]; then return=`/usr/bin/osascript <