mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-25 08:07:35 -04:00
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:
parent
8f47eed983
commit
0d6e500dea
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue