]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commit
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)
commit212e5e1fda1bc13d0b6ee626e980711c64dafb7e
tree81de825b8278905ea3926ae03edd33319599b078
parent704d25360dceae5c2b67ad125ab967d35a0f6bd0
fix dirname

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.
xdg-ninja.sh