cleanup, set setup.sh executable flag

pull/414/head
gojimmypi 2022-05-23 12:41:02 -07:00
parent c14b5bbc72
commit 3a3d083c12
1 changed files with 3 additions and 3 deletions

6
ide/Espressif/ESP-IDF/setup.sh 100644 → 100755
View File

@ -14,13 +14,13 @@
# options.h
# used with configure builds
#
# This is an older file related an issue thats 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
# Theres 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"