the shebang #!/path/to/shell/interpreter defines the
location of the shell interpreter to be used to run the
script whenever you invoke it by the name alone
such as  ./script.sh

try removing #!:^, or replace it by #!/bin/sh or if it's
korn, #!/bin/ksh and then run again the script.




On 3/17/06, Billy Dimaculangan <[EMAIL PROTECTED] > wrote:
...
normally i have #!/bin/sh ontop of my shell script but this one that i'll moving to the linux box has #!:^    what does do for the script?

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to