rm extra char

This commit is contained in:
Nikolay Khabarov
2017-05-21 13:26:46 +03:00
parent b6ebe38753
commit 91a1f5644d
+1 -1
View File
@@ -14,7 +14,7 @@ echo '---------------------------Unit tests---------------------------------'
python -m unittest discover "$@" --pattern="test_*.py"
echo '-------------------------Integration tests----------------------------'
app="pycnc"
if ! which $app 2&> /dev/null; then
if ! which $app &> /dev/null; then
echo "WARNING pycnc not found in path. Not installed? Using './pycnc'."
app="./pycnc"
fi