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
pcy
sspt
Commits
5ae6a353
Commit
5ae6a353
authored
Jul 23, 2017
by
PoroCYon
Browse files
*sigh*
parent
3f41747b
Changes
1
Hide whitespace changes
Inline
Side-by-side
local/libexec/sspt/sspt-update
View file @
5ae6a353
...
...
@@ -21,7 +21,7 @@ update_package() {
before
=
$(
cat
"
$SSPT_SRC_DB_FILE
"
| egrep
"^
$pkg
"
| egrep
-v
-o
"^
$epkg
"
)
fi
exec_subcommand pkgcmd pull
"
$pkg
"
local
after
=
$(
exec_subcommand pkgcmd vesion
"
$pkg
"
)
local
after
=
$(
exec_subcommand pkgcmd ve
r
sion
"
$pkg
"
)
if
[
"
$before
"
!=
"
$after
"
]
;
then
exec_subcommand src-db reg
"
$pkg
"
"
$after
"
...
...
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