mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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()
|
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 a new issue