From 7ba82ef57182cb511472c56eda8e0eb6cac3825e Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Fri, 24 Mar 2023 15:14:30 +0100 Subject: [PATCH] Fix shfmt lint issue in setup.sh (#1642) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 909010447..47d4f1ef7 100755 --- a/setup.sh +++ b/setup.sh @@ -172,7 +172,7 @@ if grep -q '^[^#]*source.*pwndbg/gdbinit.py' ~/.gdbinit; then if ! osx; then sed -i '/^[^#]*source.*pwndbg\/gdbinit.py/ s/^/# /' ~/.gdbinit else - # In BSD sed we need to pass ' ' to indicate that no backup file should be created + # In BSD sed we need to pass ' ' to indicate that no backup file should be created sed -i ' ' '/^[^#]*source.*pwndbg\/gdbinit.py/ s/^/# /' ~/.gdbinit fi