On Mon, 12 Aug 2002 12:07:05 +0200 Kolja Brix <[EMAIL PROTECTED]> wrote:
> Hallo zusammen!
Hallo,
> Auf meinem Debian Woody 3.0 m�chte ich gerne das Verzeichnis ~/bin zum Pfad
> hinzuf�gen.
>
> Daher habe ich in der Datei .bash_profile lediglich die bereits vorbereiteten
> Zeilen auskommentiert:
>
> $ diff /etc/skel/.bash_profile .bash_profile
> 16,18c16,18
> < #if [ -d ~/bin ] ; then
> < # PATH=~/bin:"${PATH}"
> < #fi
> ---
> > if [ -d ~/bin ] ; then
> > PATH=~/bin:"${PATH}"
> > fi
> 23a24
> >
tausche
PATH=~/bin:"${PATH}"
gegen
PATH="~/bin:${PATH}"
aus, dann sollte es funktionieren.
gruss
Marcus
---
Mr. Cole's Axiom:
The sum of the intelligence on the planet is a constant; the
population is growing.
msg15134/pgp00000.pgp
Description: PGP signature

