mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-21 14:14:05 +00:00
Found by running the following command: codespell -f -H -L aks,creat,chage -S .git Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
# IMPORTANT: Do not add more content to this file unless you know what you are doing.
|
|
# This file is sourced every time the shell session is opened.
|
|
#
|
|
# This will make scl collection binaries work out of box.
|
|
unset BASH_ENV PROMPT_COMMAND ENV
|
|
source scl_source enable devtoolset-7 llvm-toolset-7
|