in reply to backticks problem
If your .cshrc is being sourced in that seems to mean to me that your $ENV{SHELL} is set to /bin/csh or /bin/tcsh. Have you tried setting it to /bin/sh or some other shell? You could also try using File::Which instead of using the *nix command within backticks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: backticks problem
by gri6507 (Deacon) on Aug 06, 2004 at 20:11 UTC | |
by bigmacbear (Monk) on Aug 06, 2004 at 20:24 UTC |