Skip to content
Snippets Groups Projects
Commit 676e11c0 authored by Florian Meißner's avatar Florian Meißner
Browse files

making cleanup function name more paranoid (because theoretically functions...

making cleanup function name more paranoid (because theoretically functions live in a global namespace and could collide)
parent 7727d2ce
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ set kernel_pkg \
set tempdir (mktemp -d || exit)
cd $tempdir
function on_exit_rm_tempdir --on-event fish_exit
function _t-nil__modprobe_old_kernel__on_exit_rm_tempdir --on-event fish_exit
prevd
rm -rf $tempdir
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment