Show which rc script is running since the default ^T just shows 'sh' as the
process.
This commit is contained in:
parent
11722a8c11
commit
02c7950097
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user