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

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 w

Strange Bash Script Behavior -- Doesn't Recognize $variable in cdStatement

2003-04-03 Thread Ron Franke
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 that I'm missing. I have RedHat 8.0 and use the update ser