Remove bash specific syntax from deb build script.
This commit is contained in:
parent
a9ce9ec6d0
commit
4d2826aa73
@ -9,7 +9,7 @@ echo "Package: syncplay
|
|||||||
Version: "$(
|
Version: "$(
|
||||||
sed -n -e "s/^.*version = //p" syncplay/__init__.py | sed "s/'//g"
|
sed -n -e "s/^.*version = //p" syncplay/__init__.py | sed "s/'//g"
|
||||||
)$(
|
)$(
|
||||||
if [[ $(git describe --exact-match --tags HEAD | wc -l) = '0' ]];
|
if [ $(git describe --exact-match --tags HEAD | wc -l) = '0' ];
|
||||||
then
|
then
|
||||||
echo -git-$(date -u +%y%m%d%H%M)
|
echo -git-$(date -u +%y%m%d%H%M)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user