mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 01:58:54 +00:00
occured -> occurred
This commit is contained in:
parent
22e0b5b399
commit
bdde87d6af
@ -411,7 +411,7 @@ trap dbgtrap DEBUG # causes the trap code to be executed before every statement
|
||||
trap - DEBUG # turn off the DEBUG trap
|
||||
|
||||
function returntrap {
|
||||
echo "A return occured"
|
||||
echo "A return occurred"
|
||||
}
|
||||
|
||||
trap returntrap RETURN # is executed each time a shell function or a script executed with the . or source commands finishes executing
|
||||
|
Loading…
Reference in New Issue
Block a user