Skip to content

Commit

Permalink
Rename directory to avoid confusion.
Browse files Browse the repository at this point in the history
runtime will contain runtime functions of basher, while lib might
contain other parts of the module.
  • Loading branch information
juanibiapina committed Jun 24, 2014
1 parent 9622935 commit dfa15b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libexec/basher-init
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Usage: eval "$(basher init -)"

echo "export BASHER_ROOT=$BASHER_ROOT"
echo "source $BASHER_ROOT/lib/basher.bash"
echo "source $BASHER_ROOT/runtime/require.bash"
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/basher-init.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load test_helper

@test "sources main basher lib" {
run basher-init -
assert_line "source $BASHER_ROOT/lib/basher.bash"
assert_line "source $BASHER_ROOT/runtime/require.bash"
}

@test "exports BASHER_ROOT" {
Expand Down

0 comments on commit dfa15b6

Please sign in to comment.