Fixing small typo in openfpga.sh

This commit is contained in:
Christophe Alexandre 2021-10-11 13:52:31 +00:00
parent d85e55aef2
commit 1017a6a619
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [ -z $PYTHON_EXEC ]; then export PYTHON_EXEC="python3"; fi
# inside current OpendFPGA folder
check_execution_path (){
if [[ $1 != *"${OPENFPGA_PATH}"* ]]; then
echo -e "\e[33mCommand is not executed from configured OPNEFPGA directory\e[0m"
echo -e "\e[33mCommand is not executed from configured OPENFPGA directory\e[0m"
fi
}