Skip to content

Commit c184c89

Browse files
committed
Revert "Merge branch 'bugfix/arch_cmd' into feature/config_ui"
This reverts commit 31dbd36, reversing changes made to 2d8e462.
1 parent d58881f commit c184c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

+1-1
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=`uname -m`
61+
OSBITS=`arch`
6262
if [[ "$OSTYPE" == "linux"* ]]; then
6363
if [[ "$OSBITS" == "i686" ]]; then
6464
echo "linux32"

0 commit comments

Comments
 (0)