Skip to content

Commit c169c3a

Browse files
committed
add: bootstrap script
1 parent b2c1229 commit c169c3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bootstrap.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
safe_branch=$(git describe --tags | tr '/:' '--')
4+
5+
sed "s|PACKAGE_VERSION|$safe_branch|" configure.ac.in > configure.ac

0 commit comments

Comments
 (0)