mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix spacing in setup.sh
This commit is contained in:
parent
ec6e04a4d4
commit
9bdeac89dd
1 changed files with 1 additions and 3 deletions
4
setup.sh
4
setup.sh
|
@ -49,11 +49,9 @@ else
|
|||
fi
|
||||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Creating build output directory...\n" &&
|
||||
tput sgr0 &&
|
||||
printf "${YEL}Creating build output directory...${c0}\n" &&
|
||||
|
||||
mkdir -v -p ${CR_SRC_DIR}/out/thorium/ &&
|
||||
printf "\n" &&
|
||||
|
||||
printf "\n" &&
|
||||
printf "${YEL}Copying Thorium source files over the Chromium tree...${c0}\n" &&
|
||||
|
|
Loading…
Reference in a new issue