Просмотр исходного кода

add_path.sh: Use non-bash-specific instructions

Angus Gratton 9 лет назад
Родитель
Сommit
bab3faba58
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      add_path.sh

+ 1 - 1
add_path.sh

@@ -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."