Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
32d50f08
Commit
32d50f08
authored
Apr 18, 2018
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another number bug in bash scripts
parent
262be4d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
hol4/configure_hol.sh
hol4/configure_hol.sh
+1
-1
scripts/ci-hol4.sh
scripts/ci-hol4.sh
+2
-1
No files found.
hol4/configure_hol.sh
View file @
32d50f08
...
...
@@ -46,9 +46,9 @@ else
if
[[
"
$CURR_HOL
"
=
"
$HOLCOMMIT
"
]]
then
echo
"All set. HOL4 is on the correct commit."
exit
0
else
echo
"Please make sure HOL4 uses the commit
$HOLCOMMIT
"
echo
"or consider running the script with the --init parameter."
exit
1
fi
fi
scripts/ci-hol4.sh
View file @
32d50f08
...
...
@@ -2,7 +2,8 @@
cd
./hol4
#Run configure script to check the versions
RET
=
./configure_hol.sh
./configure_hol.sh
RET
=
$?
if
[
$RET
-eq
1
]
;
then
...
...
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