nckx pushed a commit to branch master
in repository guix.

commit 7a2e0c52df8e355d4b1596788d8f71fad3cbefea
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Mon Jul 8 17:35:14 2019 +0200

    guix-install.sh: Add missing ‘local’ declaration.
    
    * etc/guix-install.sh (chk_require): Make $c local.
---
 etc/guix-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index d3f80d1..05e2ef8 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -87,6 +87,7 @@ _debug()
 chk_require()
 { # Check that every required command is available.
     declare -a warn
+    local c
 
     _debug "--- [ $FUNCNAME ] ---"
 

Reply via email to