mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix-install.sh: Add missing ‘local’ declaration.
* etc/guix-install.sh (chk_require): Make $c local.
This commit is contained in:
parent
6c77d79a49
commit
7a2e0c52df
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ _debug()
|
|||
chk_require()
|
||||
{ # Check that every required command is available.
|
||||
declare -a warn
|
||||
local c
|
||||
|
||||
_debug "--- [ $FUNCNAME ] ---"
|
||||
|
||||
|
|
Loading…
Reference in a new issue