Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
updater
updater
Commits
5ef43545
Verified
Commit
5ef43545
authored
Aug 03, 2017
by
Karel Koci
🤘
Browse files
Fix ugly shell bug that had no effect
parent
2f08e1e0
Pipeline
#12120
passed with stage
in 8 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/pkgupdate/opkg
View file @
5ef43545
...
...
@@ -112,7 +112,7 @@ pkg_installed() {
install
()
{
local
PKG
=
"
$1
"
local
OPKG_PKG
=
"
$PKG
"
if
`
echo
"
$PKG
"
|
grep
-q
-E
'.*(\.ipk|\.deb)$'
`
;
then
if
echo
"
$PKG
"
|
grep
-q
-E
'.*(\.ipk|\.deb)$'
;
then
# Source package name from package it self
local
PKGCONTENT
=
$PKG
local
TMPDIR1
=
`
mktemp
-d
/tmp/updater-XXXXXX
`
...
...
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