Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8027112f
Commit
8027112f
authored
Sep 06, 2010
by
Henry
Browse files
PV3Reader: Corrected environment variable check
parent
7343f95a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/Allwmake
View file @
8027112f
...
...
@@ -7,9 +7,9 @@ then
case
"
$ParaView_VERSION
"
in
3
*
|
git
)
if
[
!
-
d
"
${
PV_PLUGIN_PATH
}
"
]
if
[
!
-
n
"
${
PV_PLUGIN_PATH
}
"
]
then
echo
"
$0
: PV_PLUGIN_PATH not a valid
directory
."
echo
"
$0
: PV_PLUGIN_PATH not a valid."
exit
1
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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