unplugged-vendor/external/elfutils/config/profile.csh.in

12 lines
283 B
Tcsh

if ("@DEBUGINFOD_URLS@" != "") then
if ($?DEBUGINFOD_URLS) then
if ($%DEBUGINFOD_URLS) then
setenv DEBUGINFOD_URLS "$DEBUGINFOD_URLS @DEBUGINFOD_URLS@"
else
setenv DEBUGINFOD_URLS "@DEBUGINFOD_URLS@"
endif
else
setenv DEBUGINFOD_URLS "@DEBUGINFOD_URLS@"
endif
endif