Skip to content
Snippets Groups Projects
Commit c6c0d586 authored by Jörg Mensmann's avatar Jörg Mensmann
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4730f339
No related branches found
No related tags found
1 merge request!790NVIDIA IndeX libraries for ParaView 5.9
...@@ -37,8 +37,8 @@ for arch in linux-x86-64 linux-ppc64le nt-x86-64; do ...@@ -37,8 +37,8 @@ for arch in linux-x86-64 linux-ppc64le nt-x86-64; do
dir="$dirprefix-linux" dir="$dirprefix-linux"
;; ;;
linux-ppc64le) linux-ppc64le)
if [ ! -d "$arch" ]; then if ! [ -d "$arch" ]; then
# This architecure is optional, ignore if it's missing from the tarball # This architecture is optional, ignore if it's missing from the tarball.
continue continue
fi fi
dir="$dirprefix-linux-ppc64le" dir="$dirprefix-linux-ppc64le"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment