guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: guix-install.sh: Add missing ‘local’ declaration.


From: guix-commits
Subject: 02/02: guix-install.sh: Add missing ‘local’ declaration.
Date: Mon, 8 Jul 2019 11:47:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7a2e0c52df8e355d4b1596788d8f71fad3cbefea
Author: Tobias Geerinckx-Rice <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]