From: Karl DeBisschop Date: Tue, 16 Sep 2003 11:36:51 +0000 (+0000) Subject: here-doc format was not correct X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d6e500deaddd2de2f51711b3d014b98a9879882;p=nagiosplug.git here-doc format was not correct git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c --- 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 { # Get compile server to do the work # Variables will be expanded locally before being run on $CF - ssh $CF <<-EOF + ssh $CF <