Merge branch 'stable'
This commit is contained in:
commit
c02877d6e8
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# vim:sw=2:et:
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
VERSION=$1
|
||||||
|
|
||||||
|
echo "$VERSION" | sed -E -e 's/-/~/g'
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# vim:sw=2:et:
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
VERSION=$1
|
||||||
|
|
||||||
|
echo "$VERSION" | sed -E -e 's/-/~/g'
|
Loading…
Reference in New Issue