[43620] trunk/base/portmgr/dmg/postflight

jmpp at macports.org jmpp at macports.org
Fri Dec 12 08:31:12 PST 2008


Revision: 43620
          http://trac.macports.org/changeset/43620
Author:   jmpp at macports.org
Date:     2008-12-12 08:31:12 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------

We're into computers and programming, and most probably rely on some other people to prepare our meals.

Modified Paths:
--------------
    trunk/base/portmgr/dmg/postflight

Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight	2008-12-12 15:52:12 UTC (rev 43619)
+++ trunk/base/portmgr/dmg/postflight	2008-12-12 16:31:12 UTC (rev 43620)
@@ -67,7 +67,7 @@
 
 # Through this command we write an environment variable to an appropriate shell configuration file,
 # backing up the original only if it exists and if it doesn't contain the ${OUR_STRING} identification string,
-# which hints that we've already tweaked it and therefore already baked it up.
+# which hints that we've already tweaked it and therefore already backed it up.
 function write_setting () {
     if [ -f ${HOME}/.${CONF_FILE} ] && ! grep "${OUR_STRING}" ${HOME}/.${CONF_FILE} > /dev/null; then
         echo "Backing up your ${HOME}/.${CONF_FILE} shell confguration file as ${HOME}/.${CONF_FILE}.${BACKUP_SUFFIX} before adapting it for MacPorts."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/8a4df451/attachment.html>


More information about the macports-changes mailing list