mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -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
|
fi
|
||||||
|
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
printf "${YEL}Creating build output directory...\n" &&
|
printf "${YEL}Creating build output directory...${c0}\n" &&
|
||||||
tput sgr0 &&
|
|
||||||
|
|
||||||
mkdir -v -p ${CR_SRC_DIR}/out/thorium/ &&
|
mkdir -v -p ${CR_SRC_DIR}/out/thorium/ &&
|
||||||
printf "\n" &&
|
|
||||||
|
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
printf "${YEL}Copying Thorium source files over the Chromium tree...${c0}\n" &&
|
printf "${YEL}Copying Thorium source files over the Chromium tree...${c0}\n" &&
|
||||||
|
|
Loading…
Reference in a new issue