Show which rc script is running since the default ^T just shows 'sh' as the

process.
This commit is contained in:
Andrew Thompson 2008-10-27 01:05:09 +00:00
parent 11722a8c11
commit 02c7950097
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184317

View File

@ -913,6 +913,7 @@ run_rc_script()
else
( trap "echo Script $_file interrupted; kill -QUIT $$" 3
trap "echo Script $_file interrupted; exit 1" 2
trap "echo Script $_file running" 29
set $_arg; . $_file )
fi
fi