From 8c40e0c9509ad2e05e66c05612793f5b3facd000 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 10 Feb 2017 10:35:17 +0100 Subject: [PATCH] Removed unnecessary spaces --- dev/n_osync.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index c1bf8d8..afd7c40 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -7,9 +7,8 @@ PROGRAM_VERSION=1.2-RC2 PROGRAM_BUILD=2017020802 IS_STABLE=yes -# Execution order #__WITH_PARANOIA_DEBUG -# Function Name Is parallel #__WITH_PARANOIA_DEBUG - +##### Execution order #__WITH_PARANOIA_DEBUG +##### Function Name Is parallel #__WITH_PARANOIA_DEBUG # GetLocalOS no #__WITH_PARANOIA_DEBUG # InitLocalOSDependingSettings no #__WITH_PARANOIA_DEBUG # CheckEnvironment no #__WITH_PARANOIA_DEBUG @@ -41,7 +40,6 @@ IS_STABLE=yes # CleanUp no #__WITH_PARANOIA_DEBUG include #### OFUNCTIONS FULL SUBSET #### - # If using "include" statements, make sure the script does not get executed unless it's loaded by bootstrap include #### _OFUNCTIONS_BOOTSTRAP SUBSET #### [ "$_OFUNCTIONS_BOOTSTRAP" != true ] && echo "Please use bootstrap.sh to load this dev version of $(basename $0)" && exit 1