From 0b06bca52167b58393060650baf0e2adc6164f9e Mon Sep 17 00:00:00 2001 From: Samuel Keeley Date: Fri, 31 Jul 2015 06:36:22 -0700 Subject: [PATCH] spaces not tabs --- code/pkgtemplate/Scripts_app/preinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/pkgtemplate/Scripts_app/preinstall b/code/pkgtemplate/Scripts_app/preinstall index f5e2f1f1..3ed351ab 100755 --- a/code/pkgtemplate/Scripts_app/preinstall +++ b/code/pkgtemplate/Scripts_app/preinstall @@ -6,6 +6,6 @@ if [ -d "$3/Applications/Utilities/Managed Software Update.app" ] ; then /bin/rm -r "$3/Applications/Utilities/Managed Software Update.app" # make a symlink for the old MSU.app - /bin/ln -s "$3/Applications/Managed Software Center.app" \ - "$3/Applications/Utilities/Managed Software Update.app" + /bin/ln -s "$3/Applications/Managed Software Center.app" \ + "$3/Applications/Utilities/Managed Software Update.app" fi