Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
trisquel
trisquel-packages
Commits
ce421741
Commit
ce421741
authored
Sep 30, 2021
by
Luis Guzmán
Browse files
Repalce dos2unix for sed
parent
a38dd620
Changes
1
Hide whitespace changes
Inline
Side-by-side
10.0/sugar/update_bundles.sh
View file @
ce421741
...
...
@@ -8,7 +8,7 @@ for repo in browse-activity calculate-activity chat imageviewer-activity jukebox
do
git clone https://github.com/sugarlabs/
$repo
.git bundles/
$repo
dos2unix
bundles/
$repo
/activity/activity.info
sed
-rie
's|\r\n|\n|'
bundles/
$repo
/activity/activity.info
activity
=
$(
grep
"^name *="
bundles/
$repo
/activity/activity.info|
sed
's/.*=//;s/ //g'
)
version
=
$(
grep
"^activity_version *="
bundles/
$repo
/activity/activity.info|
sed
's/.*=//;s/ //g'
)
...
...
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