all repos — tint2 @ d36d2a5e0b451ca9b61aa868aa1c9d4a00f57aab

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

Version script: use ci instead of cI to prevent failure on older git versions
o9000 mrovi9000@gmail.com
commit

d36d2a5e0b451ca9b61aa868aa1c9d4a00f57aab

parent

e13a03ff74763796f846d3e8a2645d12cdadf47d

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

jump to
M get_version.shget_version.sh

@@ -31,7 +31,7 @@ else

DIRTY="-dirty" fi fi - VERSION=$(git describe --exact-match 2>/dev/null || echo "$MAJOR-git$(git show -s --pretty=format:%cI.%h | tr -d ':' | tr -d '-' | tr '.' '-' | sed 's/T[0-9\+]*//g')")$DIRTY + 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 | cut -d ' ' -f 2) if [ $VERSION = "master" ]