Skip to content
Snippets Groups Projects
Commit 8027112f authored by Henry's avatar Henry
Browse files

PV3Reader: Corrected environment variable check

parent 7343f95a
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ then ...@@ -7,9 +7,9 @@ then
case "$ParaView_VERSION" in case "$ParaView_VERSION" in
3* | git) 3* | git)
if [ ! -d "${PV_PLUGIN_PATH}" ] if [ ! -n "${PV_PLUGIN_PATH}" ]
then then
echo "$0 : PV_PLUGIN_PATH not a valid directory." echo "$0 : PV_PLUGIN_PATH not a valid."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment