Revision 9381
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
207 | 207 |
: "${verbosity=1}" # default |
208 | 208 |
: "${verbosity:=0}" # ensure non-empty |
209 | 209 |
export verbosity # propagate to invoked commands |
210 |
export PS4 # follows verbosity, so also propagate this |
|
210 | 211 |
|
211 | 212 |
# verbosities: |
212 | 213 |
# 0: just print errors. useful for cron jobs. |
Also available in: Unified diff
lib/sh/util.sh: logging: also export PS4, because it follows verbosity and therefore also needs to be propagated to invoked commands