Update build.sh

This commit is contained in:
Alexander David Frick 2022-06-13 22:16:09 -07:00 committed by GitHub
parent 3b893718c6
commit 054863c2e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
displayHelp () {
printf "\n" &&
printf "${bold}${YEL}Script to build Thorium on Linux.${c0}\n" &&
printf "${underline}Usage${c0}: build.sh # (where # is number of jobs)\n" &&
printf "${underline}Usage${c0}: build.sh # (where # is number of jobs)${c0}\n" &&
printf "\n"
}
@ -35,5 +35,5 @@ export NINJA_SUMMARIZE_BUILD=1 &&
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome chrome_sandbox chromedriver thorium_shell -j$@ &&
printf "${GRE}Build Completed.\n" &&
printf "${GRE}${bold}Build Completed.\n" &&
tput sgr0