浏览代码

here-doc format was not correct

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop 22 年之前
父节点
当前提交
0d6e500dea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/sfsnapshot

+ 2 - 2
tools/sfsnapshot

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