Fix interpreter path
authorsvost <ya.nowa@yandex.ru>
Thu, 30 Dec 2021 12:21:20 +0000 (15:21 +0300)
committersvost <ya.nowa@yandex.ru>
Thu, 30 Dec 2021 12:21:20 +0000 (15:21 +0300)
share/genbuild.sh

index 7eee927..f03382c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 realpath() {
     [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"