From: svost Date: Thu, 30 Dec 2021 12:21:20 +0000 (+0300) Subject: Fix interpreter path X-Git-Tag: nvc-v0.5.10~35 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=9560306bac3c6853356c3eb289674cfadc2ebccc Fix interpreter path --- diff --git a/share/genbuild.sh b/share/genbuild.sh index 7eee927..f03382c 100755 --- a/share/genbuild.sh +++ b/share/genbuild.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"