Fix shebang in build.sh

This commit is contained in:
Markus Mäkelä 2021-05-05 06:59:28 +03:00
parent 94b65f8242
commit 59c3449d6d
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
if [ $# -lt 1 ]
then