what are the lines right befor the if statement?
Main Topics
Browse All TopicsHello,
I wonder if the following if statement is 100% correct:
if (!(-e ${MTCDIR}/library/$opusTec
echo " This technology does not exist. Existing technologies are:"
cd ${MTCDIR}/library
ls -d *
else
echo $opusTech > .opus_technology
# the environment variables opus_... are used by skill functions
# to set the correct layers file, block path and to run dracula.
setenv opus_technology $opusTech
setenv opus_host `hostname`
if ($1 == "f") then
csh -c ${CDSDIR}/bin/${CDSBIN_FRO
endif
if ($1 == "b") then
csh -c ${CDSDIR}/bin/${CDSBIN_BAC
endif
if ($1 == "v") then
csh -c ${CDSDIR}/bin/${CDSBIN_VIE
endif
endif
It's part of a script that I have found in a tool, but I receive following error:
ap/made5/made4.3/bin/made:
We are talking about the ! in the if statement.
Thanks
Molman
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
This question was awarded, but never cleared due to the JSP-500 errors of that time. It was "stuck" against userID -1 versus the intended expert whom you awarded. This corrects the problem and the expert will now receive these points; points verified.
Please click on your Member Profile and select "View Question History" to navigate through any open or locked questions you may have to update and finalize them.
This is the Community Support link, if help is needed, along with the link to All Topics which reflects many TAs recently added.
http://www.experts-exchang
http://www.experts-exchang
Thanks,
Moondancer
Moderator @ Experts Exchange
Business Accounts
Answer for Membership
by: mikezangPosted on 1999-04-14 at 03:45:04ID: 1297244
Check that tool use what shell, sh, csh or ksh?
Check you are using shell?
Mike