Jan Lehnardt пре 3 година
родитељ
комит
4bd87a344c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      trap_error_example.sh

+ 2
- 1
trap_error_example.sh Прегледај датотеку

@@ -1,4 +1,5 @@
# if you run a script with -e that produces state that you want to clean up if anything goes wrong in your script, this helps:
# if you run a script with -e that produces state that you want to clean up if
# anything goes wrong in your script, this helps:

trap 'handle_error' ERR



Loading…
Откажи
Сачувај