here-doc format was not correct

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2003-09-16 11:36:51 +00:00
parent 8f47eed983
commit 0d6e500dea

View file

@ -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