mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 06:35:19 -05:00
Improved readability of printouts in rewrite script.
This commit is contained in:
parent
4386c13fb1
commit
259fb147af
1 changed files with 2 additions and 1 deletions
|
|
@ -24,8 +24,9 @@ rewrite()
|
|||
{
|
||||
FIND_REGEX=$1
|
||||
REPLACE_REGEX=$2
|
||||
echo "\tRewrite pattern: \"$FIND_REGEX\" -> \"$REPLACE_REGEX\""
|
||||
echo "Rewrite pattern: \"$FIND_REGEX\" -> \"$REPLACE_REGEX\""
|
||||
sed -i "" "s|$FIND_REGEX|$REPLACE_REGEX|g" $SOURCE_FILE
|
||||
echo
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue