svn commit: r327659 - stable/11/share/skel

Eitan Adler eadler at FreeBSD.org
Sun Jan 7 00:31:46 UTC 2018


Author: eadler
Date: Sun Jan  7 00:31:45 2018
New Revision: 327659
URL: https://svnweb.freebsd.org/changeset/base/327659

Log:
  MFC r327420:
  
  skel: Quote PAGER in dot.shrc
  
  PR:		181853
  Submitted by:	pl at catslair.org

Modified:
  stable/11/share/skel/dot.shrc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/skel/dot.shrc
==============================================================================
--- stable/11/share/skel/dot.shrc	Sun Jan  7 00:04:13 2018	(r327658)
+++ stable/11/share/skel/dot.shrc	Sun Jan  7 00:31:45 2018	(r327659)
@@ -21,7 +21,7 @@
 # some useful aliases
 alias h='fc -l'
 alias j=jobs
-alias m=$PAGER
+alias m="$PAGER"
 alias ll='ls -laFo'
 alias l='ls -l'
 alias g='egrep -i'


More information about the svn-src-all mailing list