Code

here-doc format was not correct
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Tue, 16 Sep 2003 11:36:51 +0000 (11:36 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Tue, 16 Sep 2003 11:36:51 +0000 (11:36 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c

tools/sfsnapshot

index 68076e3bc9aa5fef3f6b32c3cac745de2575fdd8..b50cf22e2581ca1cec3e07cd4c734d3432915a05 100755 (executable)
@@ -24,7 +24,7 @@ function make_dist {
        
        # Get compile server to do the work
        # Variables will be expanded locally before being run on $CF
-       ssh $CF <<-EOF
+       ssh $CF <<EOF
        set -x
        PATH=$PATH
        [[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
@@ -41,7 +41,7 @@ function make_dist {
        make dist
 
        # End ssh
-       EOF
+EOF
 }
 
 # Set working variables