1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

wrong var name

This commit is contained in:
Joel Bender 2017-03-25 23:15:41 -04:00
parent 4861d6a387
commit 3554609166

View File

@ -12,8 +12,8 @@ rm -Rfv build/
for version in 2.7 3.4 3.5 3.6; do
if [ -a "`which python$version`" ]; then
python$ver setup.py bdist_egg
python$ver setup.py bdist_wheel
python$version setup.py bdist_egg
python$version setup.py bdist_wheel
rm -Rfv build/
fi
done