Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 014f874

Browse files
committed
filter/elf/split.sh: lint grammar in console output
1 parent 95cd40c commit 014f874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filter/elf/split.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ filter_elf_splitdbg_pre()
99
{
1010
bool $ABSTRIP || return 0
1111
bool $ABSPLITDBG || return 0
12-
abdbg "Creating debug symbol install directory: $SYMDIR"
12+
abdbg "Creating installation directory for debug symbols: $SYMDIR"
1313
mkdir -p "$SYMDIR"
1414
}
1515

@@ -19,7 +19,7 @@ filter_elf_splitdbg()
1919
bool $ABSTRIP || return 0
2020
# ABSTRIP = true and ABSPLITDBG = false => Don't split
2121
bool $ABSPLITDBG || return 0
22-
abdbg "Saving debug symbol of $1 .."
22+
abdbg "Saving debug symbols from $1 .."
2323
elf_copydbg "$1" "${SYMDIR}"
2424
}
2525

0 commit comments

Comments
 (0)