mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
wrong var name
This commit is contained in:
parent
4861d6a387
commit
3554609166
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user