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