use /bin/bash for debug and release build scripts

This commit is contained in:
Akinwale Ariwodola 2020-02-20 13:38:06 +01:00
parent 6656ef6c67
commit eaf278b78f
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
buildozer android debug <<< y

View file

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
buildozer android release <<< y