[150772] trunk/dports/shells/zsh/Portfile

larryv at macports.org larryv at macports.org
Thu Jul 28 00:05:42 PDT 2016


Revision: 150772
          https://trac.macports.org/changeset/150772
Author:   larryv at macports.org
Date:     2016-07-28 00:05:41 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
zsh: Remove spaces after shell redirection operators

Personal preference.

Modified Paths:
--------------
    trunk/dports/shells/zsh/Portfile

Modified: trunk/dports/shells/zsh/Portfile
===================================================================
--- trunk/dports/shells/zsh/Portfile	2016-07-28 07:05:37 UTC (rev 150771)
+++ trunk/dports/shells/zsh/Portfile	2016-07-28 07:05:41 UTC (rev 150772)
@@ -66,7 +66,7 @@
     # zshall(1) includes every other zsh manpage, but its .so groff
     # directives fail because we compress manpages.
     set man ${destroot}${prefix}/share/man
-    system -W ${man} "soelim man1/zshall.1 > zshall.1.soelim"
+    system -W ${man} "soelim man1/zshall.1 >zshall.1.soelim"
     move -force ${man}/zshall.1.soelim ${man}/man1/zshall.1
 
     # Install neglected documentation.
@@ -85,5 +85,5 @@
 To be able to switch default shells to or from ${name} without superuser\
 privileges, add it to /etc/shells:
 
-    sudo sh -c 'echo ${prefix}/bin/${name} >> /etc/shells'
+    sudo sh -c 'echo ${prefix}/bin/${name} >>/etc/shells'
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/09ee1a37/attachment.html>


More information about the macports-changes mailing list