mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
` must be escaped
This commit is contained in:
parent
b9391cc42d
commit
b0a70811b1
1 changed files with 1 additions and 1 deletions
2
tot.sh
2
tot.sh
|
@ -37,7 +37,7 @@ fi
|
|||
printf "\n" &&
|
||||
printf "${bold}${GRE}Script to Rebase/Sync Chromium repo to Tip of Tree.${c0}\n" &&
|
||||
printf "\n" &&
|
||||
printf "${YEL}Rebasing/Syncing to `origin/main` and running hooks...\n" &&
|
||||
printf "${YEL}Rebasing/Syncing to \`origin/main\` and running hooks...\n" &&
|
||||
tput sgr0 &&
|
||||
|
||||
cd ${CR_SRC_DIR}/v8/ &&
|
||||
|
|
Loading…
Reference in a new issue