diff options
author | 2014-07-04 08:01:51 +0000 | |
---|---|---|
committer | 2014-07-04 08:01:51 +0000 | |
commit | 9d0265e512cfc248a16210e4567cc46430881b89 (patch) | |
tree | 203bb371186af236ecaac1515e8b0fec965f45f6 /eclass/user.eclass | |
parent | Update multilib stable mask (diff) | |
download | gentoo-2-9d0265e512cfc248a16210e4567cc46430881b89.tar.gz gentoo-2-9d0265e512cfc248a16210e4567cc46430881b89.tar.bz2 gentoo-2-9d0265e512cfc248a16210e4567cc46430881b89.zip |
Whitespace.
Diffstat (limited to 'eclass/user.eclass')
-rw-r--r-- | eclass/user.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/user.eclass b/eclass/user.eclass index fa7e747d473e..a44acaddb750 100644 --- a/eclass/user.eclass +++ b/eclass/user.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.22 2012/06/22 19:18:24 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.23 2014/07/04 08:01:51 ulm Exp $ # @ECLASS: user.eclass # @MAINTAINER: @@ -392,7 +392,7 @@ egetshell() { # @DESCRIPTION: # Update the home directory in a platform-agnostic way. # Required parameters is the username and the new home directory. -# Specify -1 if you want to set home to the enewuser default +# Specify -1 if you want to set home to the enewuser default # of /dev/null. # If the new home directory does not exist, it is created. # Any previously existing home directory is NOT moved. |