[82383] trunk/dports/java/pulse/Portfile

jmr at macports.org jmr at macports.org
Fri Aug 12 17:08:46 PDT 2011


Revision: 82383
          http://trac.macports.org/changeset/82383
Author:   jmr at macports.org
Date:     2011-08-12 17:08:44 -0700 (Fri, 12 Aug 2011)
Log Message:
-----------
pulse: fix quoting of ui_msg strings

Modified Paths:
--------------
    trunk/dports/java/pulse/Portfile

Modified: trunk/dports/java/pulse/Portfile
===================================================================
--- trunk/dports/java/pulse/Portfile	2011-08-13 00:04:02 UTC (rev 82382)
+++ trunk/dports/java/pulse/Portfile	2011-08-13 00:08:44 UTC (rev 82383)
@@ -64,13 +64,13 @@
     ui_msg "# stopping ${name} as a true daemon process. It must be run as ${osuser}."
     ui_msg "# For example:"
     ui_msg "#"
-    ui_msg "#   sudo su pulse -c "${executable} start"
+    ui_msg "#   sudo su pulse -c \"${executable} start\""
     ui_msg "#"
     ui_msg "# This script assumes it is run from ${home}. To run from outside this"
     ui_msg "# directory, you must set the value of PULSE_HOME to the absolute path"
     ui_msg "# of this directory. For example:"
     ui_msg "#"
-  ui_msg "#   PULSE_HOME=${home} sudo su pulse -c "${executable} start"
+  ui_msg "#   PULSE_HOME=${home} sudo su pulse -c \"${executable} start\""
     ui_msg "#"
     ui_msg "# You will also need To create the directory ${dbdir} if it does not"
     ui_msg "# already exist:"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110812/a4fd49e3/attachment-0001.html>


More information about the macports-changes mailing list