After staring at a bunch of logs, try to crisp up the ps4 output for
maximum readability.
This also adds PS4 to all calling scripts by having a common PS4 in
stackrc. It should make understanding when clean fails a bit more
straight forward.
Change-Id: Ia1f8dff5c1102c32c146a020a9f033c65d2c50de
| ... | ... |
@@ -23,7 +23,6 @@ |
| 23 | 23 |
# Print the commands being run so that we can see the command that triggers |
| 24 | 24 |
# an error. It is also useful for following along as the install occurs. |
| 25 | 25 |
set -o xtrace |
| 26 |
-export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
|
| 27 | 26 |
|
| 28 | 27 |
# Make sure custom grep options don't get in the way |
| 29 | 28 |
unset GREP_OPTIONS |