OSSP CVS Repository

ossp - Check-in [3364]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3364
Date: 2003-May-22 15:04:33 (local)
2003-May-22 13:04:33 (UTC)
User:thl
Branch:
Comment: what(1) gets confused by double quotes so do not use them
Tickets:
Inspections:
Files:
ossp-pkg/fsl/fsl.c      1.58 -> 1.59     5 inserted, 5 deleted

ossp-pkg/fsl/fsl.c 1.58 -> 1.59

--- fsl.c        2003/05/22 12:30:35     1.58
+++ fsl.c        2003/05/22 13:04:33     1.59
@@ -216,15 +216,15 @@
     FALSE,
 #endif /* ifdef FSL_DEBUGLOGCODE */
     "@(#)OSSP fsl config "
-    "cfgdir=\"" FSL_CFGDIR "\"" " "
-    "prefix=\"" FSL_PREFIX "\""
+    "cfgdir=" FSL_CFGDIR " "
+    "prefix=" FSL_PREFIX 
     "\n"
     "@(#)OSSP fsl debug "
 #ifdef FSL_DEBUGLOGCODE
-    "logfile=\"" FSL_DEBUGLOGFILE "\"" " "
-    "logmask=\"" FSL_DEBUGLOGMASK "\""
+    "logfile=" FSL_DEBUGLOGFILE " "
+    "logmask=" FSL_DEBUGLOGMASK 
 #else /* ifdef FSL_DEBUGLOGCODE */
-    "code omitted;"
+    "code omitted"
 #endif /* ifdef FSL_DEBUGLOGCODE */
     "\n"
 };

CVSTrac 2.0.1