1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-21 04:42:04 +00:00

fix several compile warnings

This commit is contained in:
Dominic Radermacher
2019-04-08 21:56:55 +02:00
parent 6b2096cea7
commit 92dd6aa402
5 changed files with 29 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
GIT_VERSION=$(git --no-pager describe --tags --dirty |sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g')
GIT_VERSION=$(git --no-pager describe --always --tags --dirty |sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/v//g')
echo -ne ${GIT_VERSION}