[Roxygen-commits] r174 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 12 11:55:54 CEST 2008


Author: pcd
Date: 2008-08-12 11:55:54 +0200 (Tue, 12 Aug 2008)
New Revision: 174

Modified:
   pkg/src/roxygen
Log:
windows-proof test


Modified: pkg/src/roxygen
===================================================================
--- pkg/src/roxygen	2008-08-12 09:47:36 UTC (rev 173)
+++ pkg/src/roxygen	2008-08-12 09:55:54 UTC (rev 174)
@@ -89,7 +89,7 @@
 fi
 
 source="'${source}'"
-if "${target}" != "NULL"
+if test "${target}" != "NULL"
 then target="'${target}'"
 fi
 



More information about the Roxygen-commits mailing list