mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
docs: remove some stray whitespace
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
0103a04ca0
commit
7f67f55746
@ -134,7 +134,7 @@ ulimit -c 0
|
|||||||
|
|
||||||
# If there were core files, generate reports for them
|
# If there were core files, generate reports for them
|
||||||
for x in core*; do
|
for x in core*; do
|
||||||
if [ -e "$x" ]; then
|
if [ -e "$x" ]; then
|
||||||
gdb --core="$x" \
|
gdb --core="$x" \
|
||||||
--eval-command='set pagination off' \
|
--eval-command='set pagination off' \
|
||||||
--eval-command='info shared' \
|
--eval-command='info shared' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user