Skip to content

Commit

Permalink
wininst: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 29, 2017
1 parent 6decabd commit b56ec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function install_quodlibet {

QL_VERSION=$(MSYSTEM= build_python -c \
"import quodlibet.const; import sys; sys.stdout.write(quodlibet.const.VERSION)")
QL_VERSION_DESC=QL_VERSION
QL_VERSION_DESC="$QL_VERSION"
if [ "$1" = "master" ]
then
local GIT_REV=$(git rev-list --count HEAD)
Expand Down

0 comments on commit b56ec40

Please sign in to comment.