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.
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
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
$
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
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