mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
feat: Inline local variable declarations (#1951)
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ abortDuringSetup() {
|
||||
gracefulShutdown() {
|
||||
|
||||
local sig="$1"
|
||||
local pid="" code=0
|
||||
local pid code
|
||||
|
||||
[[ $BASHPID != "$TRAP_PID" ]] && return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user