On Monday 06 January 2003 4:17 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | I've just found out that my the value returned by 'which' doesn't reflect
> | whether it found a file or not. My shell scripts that use this test are,
> | therefore, flawed. Instead, I shou
Angus Leeming <[EMAIL PROTECTED]> writes:
| I've just found out that my the value returned by 'which' doesn't reflect
| whether it found a file or not. My shell scripts that use this test are,
| therefore, flawed. Instead, I should be using 'type'
|
| Patch attached. Ok?
Ok with me. What shell
I've just found out that my the value returned by 'which' doesn't reflect
whether it found a file or not. My shell scripts that use this test are,
therefore, flawed. Instead, I should be using 'type'
Patch attached. Ok?
I've also found out that I can pass variables to a shell function, but that