I've wrote a shell script which sends an email out to certain users and transfers a file to another location. I get this error though:
/sh/filein: line 150: unexpected EOF while looking for matching ``'
but I can't find a ` that doesn't have a matching `. Does anyone have any ideas?
Shell Scripting Problem
Started by Chan, Mar 20 2007 06:57 AM
3 replies to this topic
#1
Posted 20 March 2007 - 06:57 AM
|
|
|
#2
Posted 20 March 2007 - 07:36 AM
can you post the script?
#3
Posted 22 March 2007 - 08:46 AM
You are missing a ` somewhere. Search your script by ` and make sure all beginning ones have an ending one.
Void
#4
Guest_Jordan_*
Posted 22 March 2007 - 08:59 AM
Guest_Jordan_*
Posting the script would help, otherwise you will need to find the missing `.


Sign In
Create Account


Back to top









