From 7a2e0c52df8e355d4b1596788d8f71fad3cbefea Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 8 Jul 2019 17:35:14 +0200 Subject: guix-install.sh: Add missing ‘local’ declaration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/guix-install.sh (chk_require): Make $c local. --- etc/guix-install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/guix-install.sh b/etc/guix-install.sh index d3f80d1a35..05e2ef8157 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 ] ---" -- cgit v1.2.3