From 3a3d083c125d7f6f8b2b12904be85a5eabe88762 Mon Sep 17 00:00:00 2001 From: gojimmypi <13059545+gojimmypi@users.noreply.github.com> Date: Mon, 23 May 2022 12:41:02 -0700 Subject: [PATCH] cleanup, set setup.sh executable flag --- ide/Espressif/ESP-IDF/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 ide/Espressif/ESP-IDF/setup.sh diff --git a/ide/Espressif/ESP-IDF/setup.sh b/ide/Espressif/ESP-IDF/setup.sh old mode 100644 new mode 100755 index 44a02de0..015f84dc --- a/ide/Espressif/ESP-IDF/setup.sh +++ b/ide/Espressif/ESP-IDF/setup.sh @@ -14,13 +14,13 @@ # options.h # used with configure builds # -# This is an older file related an issue that’s been working forever. +# This is an older file related an issue that's been working forever. # There should only be a wolfSSL copy right now. It is generated based on configure. # # config.h # This is generated per project. The configure script creates it. # The one for wolfSSL is different than the one for wolfSSH -# There’s a #define that is added to the Makefile: +# There's a #define that is added to the Makefile: # # #define HAVE_CONFIG # @@ -197,7 +197,7 @@ if [ -f "${WOLFSSHLIB_TRG_DIR}/include/config.h" ]; then fi # Backup existing user_settings -if [ -f "${WOLFSSHLIB_TRG_DIR}"/include/user_settings.h ]; then +if [ -f "${WOLFSSHLIB_TRG_DIR}"/include/user_settings.h ]; then echo; echo "Saving: ${WOLFSSHLIB_TRG_DIR}/include/user_settings.h" echo " to: ${SCRIPTDIR}/user_settings_h_${FileStamp}.bak"