From 609a5d3f6fa572e5b8de7194f609dbe7d247b2d7 Mon Sep 17 00:00:00 2001 From: moeller Date: Tue, 8 Feb 2011 15:42:08 +0000 Subject: [PATCH] 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 --- trunk/exec/which_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="") -- 2.39.2