From: moeller Date: Tue, 8 Feb 2011 15:42:08 +0000 (+0000) Subject: UNIX style has a newline at the end. X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=609a5d3f6fa572e5b8de7194f609dbe7d247b2d7 UNIX style has a newline at the end. A search for the application of this exec/which_system seems to suggest that the newline is fine. git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@337 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/trunk/exec/which_system b/trunk/exec/which_system index c7b62de..e8e24f1 100755 --- a/trunk/exec/which_system +++ b/trunk/exec/which_system @@ -4,4 +4,4 @@ ## DOC: suppressMessages(library(cran2deb)) -cat(which_system) +cat(which_system,"\n",sep="")