Skip to content
Snippets Groups Projects
Commit 15deae8b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Resolve "warnings from `import DDG4`"

parent 6b5d7a0c
No related branches found
No related tags found
1 merge request!337Resolve "warnings from `import DDG4`"
......@@ -47,6 +47,10 @@ if [ ! -r ${SSL_CERT_FILE:-/} ]; then
unset SSL_CERT_FILE
fi
## set CLING_STANDARD_PCH and CPPYY_API_PATH to `none` for cppyy
export CLING_STANDARD_PCH='none'
export CPPYY_API_PATH='none'
## redefine ls and less as functions, as this is something we
## can import into our plain bash --norc --noprofile session
## (aliases cannot be transferred to a child shell)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment