diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-09-16 11:36:51 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-09-16 11:36:51 (GMT) |
commit | 0d6e500deaddd2de2f51711b3d014b98a9879882 (patch) | |
tree | af199c6f8cf3ebcd43279255c8f8096f9c5242e0 /tools | |
parent | 8f47eed983409b21370a924fa1025027c222d1f0 (diff) | |
download | monitoring-plugins-0d6e500deaddd2de2f51711b3d014b98a9879882.tar.gz |
here-doc format was not correct
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sfsnapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 68076e3..b50cf22 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot | |||
@@ -24,7 +24,7 @@ function make_dist { | |||
24 | 24 | ||
25 | # Get compile server to do the work | 25 | # Get compile server to do the work |
26 | # Variables will be expanded locally before being run on $CF | 26 | # Variables will be expanded locally before being run on $CF |
27 | ssh $CF <<-EOF | 27 | ssh $CF <<EOF |
28 | set -x | 28 | set -x |
29 | PATH=$PATH | 29 | PATH=$PATH |
30 | [[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel | 30 | [[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel |
@@ -41,7 +41,7 @@ function make_dist { | |||
41 | make dist | 41 | make dist |
42 | 42 | ||
43 | # End ssh | 43 | # End ssh |
44 | EOF | 44 | EOF |
45 | } | 45 | } |
46 | 46 | ||
47 | # Set working variables | 47 | # Set working variables |