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
|
@ -87,6 +87,7 @@ _debug()
|
||||||
chk_require()
|
chk_require()
|
||||||
{ # Check that every required command is available.
|
{ # Check that every required command is available.
|
||||||
declare -a warn
|
declare -a warn
|
||||||
|
local c
|
||||||
|
|
||||||
_debug "--- [ $FUNCNAME ] ---"
|
_debug "--- [ $FUNCNAME ] ---"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue