diff options
author | EuAndreh <eu@euandre.org> | 2022-10-31 20:10:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-31 20:10:00 -0300 |
commit | 1d9494c74ce12921512d99c665b167b2d2aa2ff7 (patch) | |
tree | 4b4eff1b86de0e63f4d72039f4aebdbcb1bc3a08 | |
parent | etc/git/config: Update msmtpq account (diff) | |
download | dotfiles-1d9494c74ce12921512d99c665b167b2d2aa2ff7.tar.gz dotfiles-1d9494c74ce12921512d99c665b167b2d2aa2ff7.tar.xz |
bin/li: Remove hard-coded path to cl(1)
-rwxr-xr-x | bin/li | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ fi IMAGE="${XDG_DATA_HOME:-$HOME/.local/share}/lisp-cli/$IMPL.image" -BIN=~/.usr/bin/cl +BIN="$(command -v cl)" INIT="${XDG_CONFIG_HOME:-$HOME/.config}/lisp-cli/init.lisp" if [ ! -e "$IMAGE" ]; then printf 'Bootstrapping a new "%s" image...\n' "$IMPL" >&2 |