mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01: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