ping: On Thu, 13 Nov 2014 16:26:37 +0100, Jan Kratochvil wrote: Hi, there is already "add-auto-load-safe-path" which works like "set auto-load safe-path" but in append mode. There was missing an append equivalent for "set auto-load scripts-directory". ABRT has directory /var/cache/abrt-di/ as an alternative one to /usr/lib/debug/ . Therefore ABRT needs to use -iex parameters to add this /var/cache/abrt-di/ directory as a first-class debuginfo directory. Using absolute "set auto-load scripts-directory" would hard-code the path possibly overriding local system directory additions; besides it would not be nice anyway. No regressions on {x86_64,x86_64-m32,i686}-fedora21-linux-gnu; although I have seen some heavy regressions there today unrelated to this patch. Thanks, Jan