[
https://issues.apache.org/jira/browse/STREAMPIPES-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531641#comment-17531641
]
Philipp Zehnder commented on STREAMPIPES-536:
---------------------------------------------
Hi Stefan,
I tried the skript with your fix and for me it worked on a mac.
You tested it on Windows and Linux, right?
So I guess we can close the issue or are there any other cases we should
validate?
> Escape asterisk in installer/upgrade_versions.sh
> ------------------------------------------------
>
> Key: STREAMPIPES-536
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-536
> Project: StreamPipes
> Issue Type: Improvement
> Components: Installer
> Reporter: Stefan Obermeier
> Priority: Minor
> Fix For: 0.70.0
>
>
> Hi,
> I tried the installer/upgrade_versions.sh and get an exception when the
> README.md s are processed. "sed: -e expression #1, char XX: Invalid preceding
> regular expression".
> I used
> sed (GNU sed) 4.8 on Windows
> sed (GNU sed) 4.7 on Ubuntu 20.04.3 LTS.
>
> If I escape the asterisk it works for me.
> Old: sed -i 's/**Current version:** .*/**Current version:**
> '$NEW_VERSION'/g' ./$opt/README.md
> New: sed -i 's/\*\*Current version:\*\* .*/\*\*Current version:\*\*
> '$NEW_VERSION'/g' ./$opt/README.md
>
> Do you know if this is a geral solution or just for my environments?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)