In exceptions section, changed wording in example of PS4

wileyhy
2023-06-12 09:31:16 -07:00
parent 4d1d9a925c
commit 11f3757042

@@ -37,7 +37,7 @@ echo 'PATH=$PATH:/usr/local/bin' >> ~/.bashrc
```
```
# We also want this variable to output $BASH_SOURCE:$LIN... during an execution trace.
# We also want this variable to expand "$BASH_SOURCE:$LINE..." during an execution trace.
PS4='+$BASH_SOURCE:$LINENO:$FUNCNAME: '
```