mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Fix typo. (#12015)
* Fix typo. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a34f619bdb
commit
a167a5ca65
@@ -152,7 +152,8 @@ if [[ "${ARCH}" = "x86_64" ]] && [[ -f "/lib/ld-2.23.so" ]]; then
|
||||
fi
|
||||
|
||||
: "${CREW_PY_VER:=3.13}"
|
||||
expoet CREW_NPROC="$(nproc)"
|
||||
CREW_NPROC="$(nproc)"
|
||||
export CREW_NPROC
|
||||
|
||||
# Warn users of the AMD segfault issue and allow them to work around it.
|
||||
# The easiest way to distinguish StoneyRidge platorms is to check for the FMA4
|
||||
|
||||
Reference in New Issue
Block a user