Skip to content

Commit 2f70157

Browse files
committedSep 25, 2024
Finish rename of gdbwait to dbgwait
1 parent 645e4f4 commit 2f70157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎scripts/shellcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ shellcheck --shell bash --source-path bash -x \
99
bash/.bashrc \
1010
bash/.bash_logout \
1111
bash/.bash_profile \
12-
programs/.local/bin/gdbwait \
12+
programs/.local/bin/dbgwait \
1313
$files

‎scripts/shfmt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ shfmt --case-indent --diff --language-dialect bash --indent 4 \
99
bash/.bashrc \
1010
bash/.bash_logout \
1111
bash/.bash_profile \
12-
programs/.local/bin/gdbwait \
12+
programs/.local/bin/dbgwait \
1313
$files

0 commit comments

Comments
 (0)
Please sign in to comment.