mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
Meta: Tweak shell_include.sh
* `chmod -x` as it's for sourcing, not for executing * Remove run line, for the same reason * Rename it from .shell_include.sh to shell_include.sh, since e.g. `rg` doesn't search in hidden files by default No behavior change.
This commit is contained in:
parent
9a2ee5a9dd
commit
c6f81b5b83
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
SCRIPT_DIR="$(dirname "${0}")"
|
||||
|
||||
. "${SCRIPT_DIR}/.shell_include.sh"
|
||||
. "${SCRIPT_DIR}/shell_include.sh"
|
||||
|
||||
USE_FUSE2FS=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue