|
From: Bruce S. <bw...@ar...> - 2007-05-11 12:34:57
|
> > Can you try $(command) instead of backquotes? > > > > i.e. `ls` becomes: $(ls) > > Tried it on the find's for the devices: no change. Is the first line: "#!/bin/sh" ? What is /bin/sh sym-linked to? Try changing the first line of the script to "#!/bin/bash" instead? - BS |