mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-09 18:13:25 +00:00
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
7 lines
306 B
Plaintext
7 lines
306 B
Plaintext
# IMPORTANT: Do not add more content to this file unless you know what you are doing.
|
|
# This file is sourced everytime 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
|