From 7f67f55746328c5ae65bdd8d7fbe80e7941236dc Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Mon, 15 Nov 2021 23:44:15 -0500 Subject: [PATCH] docs: remove some stray whitespace Signed-off-by: Zygo Blaxell --- docs/wrong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wrong.md b/docs/wrong.md index 95309bf..d4ffbb7 100644 --- a/docs/wrong.md +++ b/docs/wrong.md @@ -134,7 +134,7 @@ ulimit -c 0 # If there were core files, generate reports for them for x in core*; do - if [ -e "$x" ]; then + if [ -e "$x" ]; then gdb --core="$x" \ --eval-command='set pagination off' \ --eval-command='info shared' \