]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
fix dirname
authordiogo464 <diogo464@protonmail.com>
Sun, 15 May 2022 17:18:37 +0000 (18:18 +0100)
committerdiogo464 <diogo464@protonmail.com>
Sun, 15 May 2022 17:18:37 +0000 (18:18 +0100)
When calling xdg-ninja.sh using
$ sh xdg-ninja.sh
or
$ bash xdg-ninja.sh

the script fails with
```
jq: error: Could not open file xdg-ninja.sh/programs/*: Not a directory
jq: error: Could not open file xdg-ninja.sh/programs/*: Not a directory
Done checking your $HOME.
```

This commit just fixed that problem.


No differences found