Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
fd134efd
Commit
fd134efd
authored
3 years ago
by
Juntong Liu
Browse files
Options
Downloads
Patches
Plain Diff
Reform an error message
parent
9cdd40f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
require-ess/tools/iocsh
+3
-3
3 additions, 3 deletions
require-ess/tools/iocsh
with
3 additions
and
3 deletions
require-ess/tools/iocsh
+
3
−
3
View file @
fd134efd
...
...
@@ -73,9 +73,9 @@ fi
# are consistent
if
[
"
${
E3_REQUIRE_BIN
}
"
!=
"
${
SC_TOP
}
"
]
;
then
echo
"Error: Configured e3 environment does not match path for iocsh executable."
echo
"Please source the appropriate setE3Env.bash file for the version"
echo
"
of iocsh
you wish to use, or run iocsh from a clean"
echo
"environment
so it can set the environment
correctly."
echo
"Please source the appropriate setE3Env.bash file for the version
of iocsh
"
echo
"you wish to use, or run iocsh from a clean
environment so it can set the
"
echo
"environment correctly."
echo
"Expected path to iocsh from environment =
${
E3_REQUIRE_BIN
}
"
echo
"Actual path to iocsh =
${
SC_TOP
}
"
die 2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment