-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move setup script to script/ directory
This prevents the `setup` script becoming available everywhere, like the `mono` executable. Which could accidentally add directories to the `$PATH` that people don't want to add to the `$PATH`. ``` cd mono # Before bin/setup # And there after in any other directory setup # Mono installed again # After script/setup # And there after in any other directory setup command not found: setup ```
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
bump: "patch" | ||
--- | ||
|
||
Move setup script location to `script/setup`. Prevents the mono `setup` script | ||
becoming available everywhere, like the `mono` executable. Which could | ||
accidentally run the mono setup script outside of the mono project directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.