From 9560306bac3c6853356c3eb289674cfadc2ebccc Mon Sep 17 00:00:00 2001 From: svost Date: Thu, 30 Dec 2021 15:21:20 +0300 Subject: [PATCH] Fix interpreter path --- share/genbuild.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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#./}" -- 1.7.1