Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
3c3084c4
Commit
3c3084c4
authored
Aug 28, 2018
by
uceme
Browse files
Fix error in if condition
parent
c8a574bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
buildbot/nightly2017.sh
View file @
3c3084c4
...
@@ -21,6 +21,6 @@ case "$TARGET_TRIPLE" in
...
@@ -21,6 +21,6 @@ case "$TARGET_TRIPLE" in
;;
;;
esac
esac
DO
_RELOCATE
=
1
SKIP
_RELOCATE
=
1
.
runspec.sh
.
runspec.sh
buildbot/runspec.sh
View file @
3c3084c4
...
@@ -9,7 +9,7 @@ COMPLETEDEST="${DESTDIR}/$(basename "${SOURCE}")"
...
@@ -9,7 +9,7 @@ COMPLETEDEST="${DESTDIR}/$(basename "${SOURCE}")"
cd
"
${
COMPLETEDEST
}
"
cd
"
${
COMPLETEDEST
}
"
# Need to call "relocate" if the spec stuff ended up in a different directory
# Need to call "relocate" if the spec stuff ended up in a different directory
# than the original installation
# than the original installation
if
[
-
n
"
$
DO
_RELOCATE
"
]
;
then
if
[
-
z
"
$
SKIP
_RELOCATE
"
]
;
then
(
set
+eu
;
.
shrc
&&
bin/relocate
)
(
set
+eu
;
.
shrc
&&
bin/relocate
)
else
else
(
set
+eu
;
.shrc
)
(
set
+eu
;
.shrc
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment