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

View File

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