Skip to content
Snippets Groups Projects
Commit 40ebab25 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Remove unused variable definition

parent 42f8fa71
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,6 @@ CP = cp ...@@ -101,7 +101,6 @@ CP = cp
MKDIR = mkdir -p -m 775 MKDIR = mkdir -p -m 775
# This is to allow for build numbers in recognized versions. First regex is for grep, second for sed. # This is to allow for build numbers in recognized versions. First regex is for grep, second for sed.
VERSIONGLOB = +([0-9]).+([0-9]).+([0-9])?(++([0-9]))
VERSIONREGEX = [0-9]+\.[0-9]+\.[0-9]+(\+[0-9]+)? VERSIONREGEX = [0-9]+\.[0-9]+\.[0-9]+(\+[0-9]+)?
# Some generated file names: # Some generated file names:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment