Skip to content

Commit

Permalink
Updated typo in lowercasing 'exe' variables instead of 'EXE'.
Browse files Browse the repository at this point in the history
  • Loading branch information
klueska committed Jul 12, 2017
1 parent e1bd5eb commit 810ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ${BUILDDIR}/${VENV}/${BIN}/python${EXE} setup.py bdist_wheel \
--dist-dir=${BUILDDIR}/${DIST}

echo "Building egg..."
${BUILDDIR}/${VENV}/${BIN}/python${exe} setup.py sdist \
${BUILDDIR}/${VENV}/${BIN}/python${EXE} setup.py sdist \
--dist-dir=${BUILDDIR}/${DIST}

mv build ${BUILDDIR}/${DIST}/build/packages
Expand Down

0 comments on commit 810ef3e

Please sign in to comment.