You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/07/18 18:56:16 UTC

[mynewt-core] branch master updated: scripts/common.sh tabs -> spaces

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bda2a1  scripts/common.sh tabs -> spaces
9bda2a1 is described below

commit 9bda2a1bdef19885ca6a23393b089977d2e64688
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Jul 18 10:00:28 2018 -0300

    scripts/common.sh tabs -> spaces
---
 hw/scripts/common.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/scripts/common.sh b/hw/scripts/common.sh
index c6769fa..5fde018 100755
--- a/hw/scripts/common.sh
+++ b/hw/scripts/common.sh
@@ -36,9 +36,9 @@ common_file_to_load () {
 windows_detect() {
     WINDOWS=0
     if [ "$OS" = "Windows_NT" ]; then
-	WINDOWS=1
+        WINDOWS=1
     fi
     if [ $WINDOWS -eq 1 -a -z "$COMSPEC" ]; then
-	COMSPEC=cmd.exe
+        COMSPEC=cmd.exe
     fi
 }