Francis thanks for your reply, but I'm not sure I follow why you think "echo
$PATH" will not work.
In fact it DOES work and it is not the problem. The problem in my example
is the line before where I append the "/foo" to my path. The echo is just a
way to show that my path was not altered with "/
On Sun, Aug 23, 2009 at 21:14, chris chriss wrote:
> I'm trying to append something to the PATH env variable in fedora 10 and
> fedora 11. It doesn't seem to work. (Fedora 8 and 9 work as expected, as
> well as ubuntu with the same versions of ant 1.7.1). My example below should
> echo out the path
Any thoughts?
On Sun, Aug 23, 2009 at 2:14 PM, wrote:
> I'm trying to append something to the PATH env variable in fedora 10 and
> fedora 11. It doesn't seem to work. (Fedora 8 and 9 work as expected, as
> well as ubuntu with the same versions of ant 1.7.1). My example below
> should
> echo out
Maybe split up your echo statement into 2 args?
---
Shawn Castrianni
-Original Message-
From: chris chriss [mailto:mr.monkey9...@gmail.com]
Sent: Sunday, August 23, 2009 2:15 PM
To: user@ant.apache.org
Subject: path env variable for fedora 10 and 11
I'm trying to append som