Merge branch 'stable'

This commit is contained in:
Jean-Sébastien Pédron 2017-08-03 16:42:21 +02:00
commit c02877d6e8
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/sh
# vim:sw=2:et:
set -e
VERSION=$1
echo "$VERSION" | sed -E -e 's/-/~/g'

View File

@ -0,0 +1,8 @@
#!/bin/sh
# vim:sw=2:et:
set -e
VERSION=$1
echo "$VERSION" | sed -E -e 's/-/~/g'