Re: [gentoo-user] trouble overriding a command name

2014-08-28 Thread gottlieb
On Thu, Aug 28 2014, Canek Peláez Valdés wrote: > On Thu, Aug 28, 2014 at 10:42 AM, wrote: >> I know this is trivial and apologize in advance for what must be a simple >> (non-gentoo) error on my part. >> >> In /home/gottlieb/bin/dia I have the following >> #!/bin/bash >> /usr/bin/dia --

Re: [gentoo-user] trouble overriding a command name

2014-08-28 Thread gottlieb
On Thu, Aug 28 2014, Kerin Millar wrote: > On 28/08/2014 16:42, gottl...@nyu.edu wrote: >> I know this is trivial and apologize in advance for what must be a simple >> (non-gentoo) error on my part. >> >> In /home/gottlieb/bin/dia I have the following >> #!/bin/bash >> /usr/bin/dia --int

Re: [gentoo-user] trouble overriding a command name

2014-08-28 Thread Canek Peláez Valdés
On Thu, Aug 28, 2014 at 10:42 AM, wrote: > I know this is trivial and apologize in advance for what must be a simple > (non-gentoo) error on my part. > > In /home/gottlieb/bin/dia I have the following > #!/bin/bash > /usr/bin/dia --integrated > > ls -l /home/gottlieb/bin/dia gives > -

Re: [gentoo-user] trouble overriding a command name

2014-08-28 Thread Kerin Millar
On 28/08/2014 16:42, gottl...@nyu.edu wrote: I know this is trivial and apologize in advance for what must be a simple (non-gentoo) error on my part. In /home/gottlieb/bin/dia I have the following #!/bin/bash /usr/bin/dia --integrated ls -l /home/gottlieb/bin/dia gives -rwxr-xr-x

[gentoo-user] trouble overriding a command name

2014-08-28 Thread gottlieb
I know this is trivial and apologize in advance for what must be a simple (non-gentoo) error on my part. In /home/gottlieb/bin/dia I have the following #!/bin/bash /usr/bin/dia --integrated ls -l /home/gottlieb/bin/dia gives -rwxr-xr-x 1 gottlieb gottlieb 38 Aug 28 11:28 /home/gottlie