Sed path.
This commit is contained in:
parent
4fa278530f
commit
9474539697
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ wikifile="./build-wiki/Development-builds.md"
|
|||
wikifilenew="./build-wiki/Development-builds.md.new"
|
||||
|
||||
echo "Line to add: $wikiline"
|
||||
cat "$wikifile" | gsed -e "s@| Mac OS | .\+$USE_WEBENGINE | @$wikiline@g" > "$wikifilenew"
|
||||
cat "$wikifile" | /usr/local/bin/sed -e "s@| Mac OS | .\+$USE_WEBENGINE | @$wikiline@g" > "$wikifilenew"
|
||||
|
||||
cat "$wikifilenew"
|
||||
#mv "$wikifilenew" "$wikifile"
|
||||
|
|
Loading…
Add table
Reference in a new issue