Re: [ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc

2012-03-21 Thread Bernhard Walle
* Alexander Dahl [2012-03-21 09:40]: > Am 21.03.2012 07:17, schrieb Bernhard Walle: > >> I'm using zsh, not bash, but still have ~/.bashrc … what does this code > >> try to do in the first place and how does this affect users of other > >> shells? > > > > It only avoids two error messages when r

Re: [ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc

2012-03-21 Thread Alexander Dahl
Hei hei, Am 21.03.2012 07:17, schrieb Bernhard Walle: >> I'm using zsh, not bash, but still have ~/.bashrc … what does this code >> try to do in the first place and how does this affect users of other shells? > > It only avoids two error messages when running "ptxdist bash" when the > files are n

Re: [ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc

2012-03-20 Thread Bernhard Walle
Am 20.03.12 23:15, schrieb Alexander Dahl: > > Am 20.03.2012 20:46, schrieb Bernhard Walle: >> Usually there is one, but don't print an error if there is no one. > > I'm using zsh, not bash, but still have ~/.bashrc … what does this code > try to do in the first place and how does this affect use

Re: [ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc

2012-03-20 Thread Alexander Dahl
Hei hei, Am 20.03.2012 20:46, schrieb Bernhard Walle: > Usually there is one, but don't print an error if there is no one. I'm using zsh, not bash, but still have ~/.bashrc … what does this code try to do in the first place and how does this affect users of other shells? Greets Alex -- »With t

[ptxdist] [PATCH] ptxdist: Don't assume that we have a bashrc

2012-03-20 Thread Bernhard Walle
Usually there is one, but don't print an error if there is no one. Signed-off-by: Bernhard Walle --- bin/ptxdist |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 440a7aa..37ab098 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1656,8 +1656