Jump to content

Shell Scripting Problem

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
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?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
can you post the script?

#3
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
You are missing a ` somewhere. Search your script by ` and make sure all beginning ones have an ending one.
Void

#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Posting the script would help, otherwise you will need to find the missing `.