add_path.sh: Use non-bash-specific instructions

pull/21/head
Angus Gratton 2016-09-12 18:39:13 +10:00
rodzic bdc4ecb9dd
commit bab3faba58
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
#
# Use this script like this:
#
# source ${IDF_PATH}/add_path.sh
# . ${IDF_PATH}/add_path.sh
#
if [ -z ${IDF_PATH} ]; then
echo "IDF_PATH must be set before including this script."