]> git.donarmstrong.com Git - cran2deb.git/commitdiff
UNIX style has a newline at the end.
authormoeller <moeller@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Tue, 8 Feb 2011 15:42:08 +0000 (15:42 +0000)
committermoeller <moeller@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Tue, 8 Feb 2011 15:42:08 +0000 (15:42 +0000)
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

index c7b62de4201ba71ae30e18676cb8f12fbf79d6a2..e8e24f1637dd5babec26874a3617fc1333a711a3 100755 (executable)
@@ -4,4 +4,4 @@
 ## DOC:
 suppressMessages(library(cran2deb))
 
-cat(which_system)
+cat(which_system,"\n",sep="")