Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 1999 15:57:20 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        big-sky@altavista.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: roots shell
Message-ID:  <19990828155720.D28779@lithium.scientia.demon.co.uk>
In-Reply-To: <000301bef156$a12cc5a0$0201010a@cmr.net>
References:  <19990819222133.B12658@lithium.scientia.demon.co.uk> <000301bef156$a12cc5a0$0201010a@cmr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Einreinhof wrote:

> "/usr/local/bin/bash --version >/dev/null 2>&1 && exec /usr/local/bin/bash"

Sorry, my mistake: this should have the "--login" flag, i.e.

/usr/local/bin/bash --version >/dev/null 2>&1 && \
	exec /usr/local/bin/bash --login

-- 
Ben Smithurst            | PGP: 0x99392F7D
ben@scientia.demon.co.uk |   key available from keyservers and
                         |   ben+pgp@scientia.demon.co.uk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990828155720.D28779>