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
3f41747b
Commit
3f41747b
authored
Jul 23, 2017
by
PoroCYon
Browse files
fix even more
parent
f89d420f
Changes
1
Hide whitespace changes
Inline
Side-by-side
local/libexec/sspt/sspt-update
View file @
3f41747b
...
...
@@ -46,7 +46,8 @@ upgrade_pkgs() {
update_selection
()
{
touch
/tmp/upgrade-list
for
pkg
in
"
${
@[@]
}
"
;
do
local
allargs
=(
"
$@
"
)
for
pkg
in
"
${
allargs
[@]
}
"
;
do
update_package
"
$pkg
"
""
if
[
$?
-ne
0
]
;
then
echo
"
$pkg
"
>>
/tmp/upgrade_list
...
...
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