Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fix
Commits
2d14beb5
Commit
2d14beb5
authored
Apr 02, 2017
by
Stephen Smith
Committed by
Duncan Mortimer
Feb 27, 2019
Browse files
Added notification that warning can be ignored between 1.05 and 1.06
parent
6256f0b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
fix
View file @
2d14beb5
...
...
@@ -78,6 +78,7 @@ CheckFeatures() {
if
[
!
-f
$1
/fix/.version
]
||
[
x
`
cat
$1
/fix/.version
`
!=
x
$FIXVERSION
]
;
then
echo
Warning: this version of FIX does not match the already-computed FIX features
in
${
MELOUT
}
/fix.
echo
You probably need to delete
${
MELOUT
}
/fix and regenerate the FIX features.
echo
You can ignore this warning
if
you are trying to use v1.05 features with FIX v1.06
fi
fi
}
...
...
Write
Preview
Supports
Markdown
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