Accept target to build in build-dir #14

Open
opened 2018-09-05 12:36:20 +00:00 by benie · 0 comments
Owner

When in a new terminal sessions where build-dir has not be invoked yet the
build alias will behave differently because it is actually calling
build-dir, since becomes problematic:

$ build check

Will give an error stating that check is not a directory when the expected
behaviour is to first select a build directory then build the check target.

When in a new terminal sessions where `build-dir` has not be invoked yet the `build` alias will behave differently because it is actually calling `build-dir`, since becomes problematic: ``` $ build check ``` Will give an error stating that `check` is not a directory when the expected behaviour is to first select a build directory then build the `check` target.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: config/zsh#14
No description provided.