X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/47a995364ae7eabff5046702cce0fc7604f2fff7..1cd1a73c06e3d446a283d9d3a9eac820a3ede4f0:/programs/ccache.json diff --git a/programs/ccache.json b/programs/ccache.json index a757b15..eb7cc5d 100644 --- a/programs/ccache.json +++ b/programs/ccache.json @@ -2,9 +2,9 @@ "name": "ccache", "files": [ { - "path": "${HOME}/.ccache", + "path": "$HOME/.ccache", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"${XDG_CACHE_HOME}\"/ccache\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport CCACHE_DIR=\"$XDG_CACHE_HOME\"/ccache\n```\n" } ] }