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
Utkarsh Ayachit
ParaView-Superbuild
Commits
c6c0d586
Commit
c6c0d586
authored
Oct 26, 2020
by
Jörg Mensmann
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
4730f339
Changes
1
Hide whitespace changes
Inline
Side-by-side
Scripts/index/extract-index.sh
View file @
c6c0d586
...
...
@@ -37,8 +37,8 @@ for arch in linux-x86-64 linux-ppc64le nt-x86-64; do
dir
=
"
$dirprefix
-linux"
;;
linux-ppc64le
)
if
[
!
-d
"
$arch
"
]
;
then
# This architecure is optional, ignore if it's missing from the tarball
if
!
[
-d
"
$arch
"
]
;
then
# This architec
t
ure is optional, ignore if it's missing from the tarball
.
continue
fi
dir
=
"
$dirprefix
-linux-ppc64le"
...
...
Write
Preview
Markdown
is supported
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