generate-repology-metadata: attempt to fix github action error
Logs show: ```sh dirname: missing operand Try 'dirname --help' for more information ``` Either quoting problem or maybe the CI uses some arcane shell
This commit is contained in:
parent
4dea028bae
commit
70a7407c92
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
BASEDIR=$(dirname "$(realpath "$0")")
|
BASEDIR=$(dirname "$(realpath \"$0\")")
|
||||||
export TERMUX_ARCH=aarch64
|
export TERMUX_ARCH=aarch64
|
||||||
|
|
||||||
check_package() { # path
|
check_package() { # path
|
||||||
|
Loading…
Reference in New Issue
Block a user