all repos — tint2 @ afadf3ea3fc4109f55f2f76bdb0e01327acef7b3

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Revert "Use double quoting in get_version.sh"

Fixed symptom not the underlying problem.

This reverts commit e39a841f6edcc5cbd7aed8d3f733d40f57b524c6.
Chris Mayo aklhfex@gmail.com
commit

afadf3ea3fc4109f55f2f76bdb0e01327acef7b3

parent

c8ccf053ff98da6745ac1ecc311b6925e08f60cf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M get_version.shget_version.sh

@@ -34,7 +34,7 @@ fi

VERSION=$(git describe --exact-match 2>/dev/null || echo "$MAJOR-git$(git show -s --pretty=format:%ci | cut -d ' ' -f 1 | tr -d '-').$(git show -s --pretty=format:%h)")$DIRTY else VERSION=$( (head -n 1 ChangeLog || head -n 1 ../ChangeLog) | cut -d ' ' -f 2) - if [ "$VERSION" = "master" ] + if [ $VERSION = "master" ] then VERSION=$VERSION-$( (head -n 1 ChangeLog || head -n 1 ../ChangeLog) | cut -d ' ' -f 1) fi