Re: Strange Bash Script Behavior -- Doesn't Recognize $variable incd Statement

2003-04-06 Thread Todd A. Jacobs
On Thu, 3 Apr 2003, Ron Franke wrote: > I'm having a strange problem with a bash script when trying to cd with a > $variable. A simple example script follows. The issue is on the line shopt -s cdable_vars -- Guvf gntyvar jnf rapbqrq jvgu gur ebg13.fu fpevcg, ninvynoyr ng uggc://jjj.pbqrtabzr.

Re: Strange Bash Script Behavior -- Doesn't Recognize $variable incd Statement

2003-04-03 Thread Ron Franke
Thanks. Bret Hughes wrote: On Thu, 2003-04-03 at 17:54, Ron Franke wrote: Hi: I'm having a strange problem with a bash script when trying to cd with a $variable. A simple example script follows. The issue is on the line with cd ${copydir}. I'm wondering if there is a bash iss

Re: Strange Bash Script Behavior -- Doesn't Recognize $variable incd Statement

2003-04-03 Thread Ron Franke
Thanks. [EMAIL PROTECTED] wrote: Yeah, I tried the script too and it works fine. Carlo Aureus On 3 Apr 2003, Bret Hughes wrote: On Thu, 2003-04-03 at 17:54, Ron Franke wrote: Hi: I'm having a strange problem with a bash script when trying to cd with a $

Re: Strange Bash Script Behavior -- Doesn't Recognize $variable incd Statement

2003-04-03 Thread chino
Yeah, I tried the script too and it works fine. Carlo Aureus On 3 Apr 2003, Bret Hughes wrote: > On Thu, 2003-04-03 at 17:54, Ron Franke wrote: > > Hi: > > > > I'm having a strange problem with a bash script when trying to cd with a > > $variable. A simple example script follows. The iss

Re: Strange Bash Script Behavior -- Doesn't Recognize $variable incd Statement

2003-04-03 Thread Bret Hughes
On Thu, 2003-04-03 at 17:54, Ron Franke wrote: > Hi: > > I'm having a strange problem with a bash script when trying to cd with a > $variable. A simple example script follows. The issue is on the line > with cd ${copydir}. I'm wondering if there is a bash issue or something > in my environment