summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2011-09-15 22:14:35 +0000
committerPeter Grehan <grehan@FreeBSD.org>2011-09-15 22:14:35 +0000
commit3b3d43bf0c689daa2a09b751dec25260b33197af (patch)
tree9d7158ff8f3f86a85348493d26f2039c1ff30166
parent5629453eb391b8f58545be03446bd9eee44135c6 (diff)
parentac30c463e412701f57b6324b04a9ff49fc66d16b (diff)
downloadpw-darwin-3b3d43bf0c689daa2a09b751dec25260b33197af.tar.gz
pw-darwin-3b3d43bf0c689daa2a09b751dec25260b33197af.tar.zst
pw-darwin-3b3d43bf0c689daa2a09b751dec25260b33197af.zip
IFC @ r225592
sys/dev/bvm/bvm_console.c - move up to the new alt-break order.
-rw-r--r--pw/pw_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c
index b93ca66..db33746 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -163,7 +163,7 @@ pw_user(struct userconf * cnf, int mode, struct cargs * args)
* If we'll need to use it or we're updating it,
* then create the base home directory if necessary
*/
- if ((arg != NULL || getarg(args, 'm') != NULL) && (getarg(args, 'd') == NULL)) {
+ if (arg != NULL || getarg(args, 'm') != NULL) {
int l = strlen(cnf->home);
if (l > 1 && cnf->home[l-1] == '/') /* Shave off any trailing path delimiter */