Skip to content

Commit 92a9151

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

trixie

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ blue=$(printf '\033[34m')
145145
resetline=$(printf '\r\033[K')
146146
readonly normal bold red green orange blue resetline
147147

148-
# shellcheck disable=SC2317
148+
# shellcheck disable=SC2317,SC2329
149149
function success()
150150
{
151151
local msg=${1}
@@ -208,7 +208,7 @@ prompt_confirm() {
208208
}
209209

210210
trap trapint 2
211-
# shellcheck disable=SC2317
211+
# shellcheck disable=SC2317,SC2329
212212
function trapint {
213213
echo ""
214214
die "Aborted"

0 commit comments

Comments
 (0)