From 8a9b7effe5f3105393bc89fdd9fc3576d6580ba6 Mon Sep 17 00:00:00 2001 From: jranke Date: Mon, 11 Nov 2013 21:08:22 +0000 Subject: Change quotes to single as backquotes execute automatically git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@155 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 95cea8ff..585f435a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,6 +60,6 @@ release: @git svn rebase @echo "\nHow about make test, make check and make vignette?" @echo "\nIs the DESCRIPTION file up to date?" - @echo "\nPerform final changes and commit with `git commit --amend`." - @echo "\nIf the above is taken care of, run `git svn dcommit`" - @echo "and then `git push origin master`" + @echo "\nPerform final changes and commit with 'git commit --amend'." + @echo "\nIf the above is taken care of, run 'git svn dcommit'" + @echo "and then 'git push origin master'" -- cgit v1.2.1