start urchin root

This commit is contained in:
Thomas Levine 2016-02-28 11:18:39 +00:00
parent 5533b6629b
commit 062ace88e6
1 changed files with 5 additions and 1 deletions

6
urchin
View File

@ -29,12 +29,16 @@ urchin_source() {
# Expand relative paths
alias fullpath='readlink -f --'
URCHIN_ROOT="$PWD"
DEFAULT_URCHIN_ROOT="$PWD"
urchin_path() {
# XXX Change this to be relative the urchin root
fullpath "$1"
}
urchin_root() {
}
# Urchin version number
VERSION=0.1.0-rc1