Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 31dbd36

Browse files
committedMar 9, 2024
Merge branch 'bugfix/arch_cmd' into feature/config_ui
2 parents 2d8e462 + f649a80 commit 31dbd36

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
@@ -58,7 +58,7 @@ if [ -d "$IDF_PATH" ]; then
5858
fi
5959

6060
function get_os(){
61-
OSBITS=`arch`
61+
OSBITS=`uname -m`
6262
if [[ "$OSTYPE" == "linux"* ]]; then
6363
if [[ "$OSBITS" == "i686" ]]; then
6464
echo "linux32"

0 commit comments

Comments
 (0)
Please sign in to comment.