Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
apk-tools
Commits
04950974
Commit
04950974
authored
Jul 24, 2011
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ver: database is not needed for version string checking and tests
parent
6b24f3c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/ver.c
src/ver.c
+2
-0
No files found.
src/ver.c
View file @
04950974
...
...
@@ -75,9 +75,11 @@ static int ver_parse(void *ctx, struct apk_db_options *dbopts,
break
;
case
't'
:
ictx
->
action
=
ver_test
;
dbopts
->
open_flags
|=
APK_OPENF_NO_STATE
|
APK_OPENF_NO_REPOS
;
break
;
case
'c'
:
ictx
->
action
=
ver_validate
;
dbopts
->
open_flags
|=
APK_OPENF_NO_STATE
|
APK_OPENF_NO_REPOS
;
break
;
case
'l'
:
ictx
->
limchars
=
optarg
;
...
...
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