diff --git a/urchin b/urchin index 0a7092e..bbefd1b 100755 --- a/urchin +++ b/urchin @@ -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