Skip to content

Commit edbb489

Browse files
committed
Fix trixie shellcheck warnings
1 parent 92a9151 commit edbb489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trixie

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ prompt_confirm() {
198198
shopt -s extglob
199199
while true; do
200200
read -r -p "$prompt" REPLY < /dev/tty
201+
# shellcheck disable=SC2254
201202
case "$REPLY" in
202203
$check) echo ; return 0 ;;
203204
n|no) echo ; return 1 ;;

0 commit comments

Comments
 (0)