Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
e8221993
Commit
e8221993
authored
Sep 26, 2012
by
Andrea Sciaba
Browse files
Fixed syntax error
parent
b45f6d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/MonteCarlo/tests/CE-cms-mc
View file @
e8221993
...
...
@@ -36,14 +36,13 @@ if [ -n "$OSG_GRID" ] ; then
elif
[
-n
"
$VO_CMS_SW_DIR
"
]
;
then
echo
"<p>gLite Middleware</p>"
SW_DIR
=
$VO_CMS_SW_DIR
result
=
$?
else
echo
"<p>ERROR: neither VO_CMS_SW_DIR nor OSG_APP defined</p>"
exit
$SAME_ERROR
fi
echo
"<pre>"
source
$SW_DIR
/cmsset_default.sh
result
=
$
(
expr
$?
+
$result
)
result
=
$
?
echo
"</pre>"
if
[
$result
!=
0
]
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment