Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp firmware cooker
Commits
b27bbd83
Commit
b27bbd83
authored
Sep 19, 2017
by
p4u
Committed by
Roger Pueyo Centelles
Oct 27, 2017
Browse files
Fix regex on join packages function
Signed-off-by:
p4u
<
p4u@dabax.net
>
parent
2c0f03b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cooker
View file @
b27bbd83
...
...
@@ -433,7 +433,7 @@ list_profiles() {
join_packages
()
{
local
new
=
"
$@
"
for
p
in
$new
;
do
echo
"
$PKG
"
| egrep
-q
"(
^|
|-)
${
p
#
*
-
}
(
$|
)"
||
PKG
=
"
$PKG
$p
"
echo
"
$PKG
"
| egrep
-q
"
^
(|-)
${
p
#-
*
}
(
$|
)"
||
PKG
=
"
$PKG
$p
"
done
}
...
...
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