mirror of https://github.com/Syncplay/syncplay
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: "$(
|
||||
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
|
||||
echo -git-$(date -u +%y%m%d%H%M)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue