source: trunk/abcl/ci/asdf-finds-abcl.bash

Last change on this file was 15298, checked in by Mark Evenson, 4 years ago

ci: remove all mention of TRAVIS_BUILD_DIR

Decouple the scripts under <file:ci/> by not using any reference to
Travis CI specific variables.

TODO: depend on explict command line arguments rather than "magic
side-effects" from environment variables.

File size: 202 bytes
Line 
1#!/usr/bin/env bash
2DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
3
4dest=$HOME/.config/common-lisp/source-registry.conf.d
5
6mkdir -p $dest
7
8echo "(:tree \""${ABCL_ROOT}"\")" > ${dest}/abcl.conf
9
Note: See TracBrowser for help on using the repository browser.