Skip to content

Commit

Permalink
Merge pull request #212 from arkedge/hotfix/more-match-tlmcmd-rename-…
Browse files Browse the repository at this point in the history
…migration

More match v4 tlmcmd rename migration
  • Loading branch information
sksat committed Nov 14, 2023
2 parents 9b52c0b + ba96d82 commit 1587564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/migration/v4-rename-tlmcmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ find_all | xargs -0 sed -i -e "s#TlmCmd\\\#tlm_cmd\\\#g"
# CMake
echo "rename ref: TlmCmd/*"
find_all | xargs -0 sed -i -e "s#Ccsds/#ccsds/#g"
find_all | xargs -0 sed -i -e "s#Ccsds\\\#ccsds\\\#g"
find_all | xargs -0 sed -i -e "s#NormalBlockCommandDefinition/#normal_block_command_definition/#g"
find_all | xargs -0 sed -i -e "s#NormalBlockCommandDefinition\\\#normal_block_command_definition\\\#g"

# Settings
echo "rename settings dir: Settings/TlmCmd -> Settings/tlm_cmd"
Expand Down

0 comments on commit 1587564

Please sign in to comment.