Can someone explain to me why the following shell script line throws this error:
Syntax error: “(” unexpected
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Shell scripts expect variables to be set in the pattern of:
You can’t have any additional = signs in there. However, you can execute other scripts like this:
Either one works.
In your case, I can’t tell what you’re doing, but it isn’t right at all. My guess is that you need to do this: