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:
Henrik Grimler 2020-05-11 14:07:14 +02:00
parent 4dea028bae
commit 70a7407c92

View File

@ -20,7 +20,7 @@
set -e
BASEDIR=$(dirname "$(realpath "$0")")
BASEDIR=$(dirname "$(realpath \"$0\")")
export TERMUX_ARCH=aarch64
check_package() { # path