Skip to content

Commit 15a9839

Browse files
authored
Merge pull request espressif#25 from Jakeler/master
Replace `arch` with `uname -m`
2 parents e0ee816 + 1512a93 commit 15a9839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AR_PLATFORMIO_PY="$AR_TOOLS/platformio-build.py"
3636
AR_ESPTOOL_PY="$AR_TOOLS/esptool.py"
3737
AR_GEN_PART_PY="$AR_TOOLS/gen_esp32part.py"
3838
AR_SDK="$AR_TOOLS/sdk"
39-
OSBITS=`arch`
39+
OSBITS=`uname -m`
4040

4141
function get_os(){
4242
if [[ "$OSTYPE" == "linux"* ]]; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy