Skip to content
Snippets Groups Projects
Commit aadb1e39 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Ujwal Kundur
Browse files

Resolve "warnings from `import DDG4`"

parent eec305c2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !338. Comments created here will be created in the context of that merge request.
......@@ -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