KDE refuses to start, part 2
Ken Gosier
ken at kg293.net
Thu Feb 20 21:18:32 EST 2003
On Thu, 20 Feb 2003, Brian Medley wrote:
> I would expect it to handle that situation, perhaps you should report it as
> a bug. In the meantime, does this work:
>
> # If running interactively, then:
> if [ "$PS1" ]; then
> set -o noclobber
> fi
>
Well, my stars! :-) This fixes everything. Actually to be pedantic, I
added
if [ -n "$PS1" ]; then
set -o noclobber
fi
(with the -n). Muchos gracias, this is very cool.
--
Ken Gosier
ken at kg293.net
More information about the Discuss
mailing list