Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frama-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
pub
frama-c
Commits
c1c1951e
Commit
c1c1951e
authored
Nov 28, 2018
by
David Bühler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes the build-src-distrib script for the new VERSION format.
parent
78868d5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/build-src-distrib.sh
bin/build-src-distrib.sh
+1
-1
No files found.
bin/build-src-distrib.sh
View file @
c1c1951e
...
...
@@ -36,7 +36,7 @@ FRAMAC_VERSION_CODENAME=$(cat VERSION_CODENAME)
FRAMAC_VERSION_AND_CODENAME
=
"
${
FRAMAC_VERSION
}
-
${
FRAMAC_VERSION_CODENAME
}
"
TARGZ_FILENAME
=
frama-c-
${
FRAMAC_VERSION_AND_CODENAME
}
.tar.gz
VERSION_MODIFIER
=
$(
cat
VERSION |
sed
-e
s/[
A-Za-z]
*
-[0-9
]
*
\\\(
.
*
\\\)
/
\\
1/
)
VERSION_MODIFIER
=
$(
cat
VERSION |
sed
-e
s/[
0-9.
]
*
\\\(
.
*
\\\)
/
\\
1/
)
if
test
-n
"
$VERSION_MODIFIER
"
;
then
FINAL_RELEASE
=
no
;
else
FINAL_RELEASE
=
yes
;
fi
...
...
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