Skip to content

Commit 15a9839

Browse files
authored
Merge pull request #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

Diff for: tools/config.sh

+1-1
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)