2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-02 09:19:39 +00:00

Have buildscripts fix their own directories

This commit is contained in:
Jarrod Johnson
2026-05-22 10:30:29 -04:00
parent 33935e93ff
commit 1699175460
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
cd $(dirname $0)
VERSION=`git describe|cut -d- -f 1`
NUMCOMMITS=`git describe|cut -d- -f 2`
if [ "$NUMCOMMITS" != "$VERSION" ]; then
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
cd $(dirname $0)
VERSION=`git describe|cut -d- -f 1`
NUMCOMMITS=`git describe|cut -d- -f 2`
if [ "$NUMCOMMITS" != "$VERSION" ]; then