[scripts] 01/01: Fixed echo vs cat for multi-line message
Steffen Möller
moeller at alioth.debian.org
Thu Nov 7 14:19:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository scripts.
commit 6e281f462f9b2ffdb797a2363a08e0206979c614
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Thu Nov 7 15:19:35 2013 +0100
Fixed echo vs cat for multi-line message
---
export-boinc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/export-boinc b/export-boinc
index f91b93c..c05d3b2 100755
--- a/export-boinc
+++ b/export-boinc
@@ -238,7 +238,7 @@ $GIT_COMMAND
echo "[ok]"
-echo <<EOINSTRUCTIONS
+cat <<EOINSTRUCTIONS
Now you can easily import the new version. First, go to
the alioth git repository of pkg-boinc, not unlikely with
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/scripts.git
More information about the pkg-boinc-commits
mailing list