mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-19 11:12:36 +00:00
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
7 lines
309 B
Plaintext
7 lines
309 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.0
|