From feb669f4b2a15e6ea1d84be336f12be4650f9d2d Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Sun, 16 Jun 2013 12:45:43 +0200 Subject: Fix default interface bindings (third time) The declare builtin defaults to making variables local. Previous attempts: 711c46457ae9fef52c7c529d89c67d0d526f73ef e8210827fd59e4539a70af55cb452b211633fedd --- src/lib/connections/tuntap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/connections/tuntap') diff --git a/src/lib/connections/tuntap b/src/lib/connections/tuntap index 71a8259..149c842 100644 --- a/src/lib/connections/tuntap +++ b/src/lib/connections/tuntap @@ -2,7 +2,7 @@ . "$SUBR_DIR/ip" -declare -a BindsToInterfaces +declare -ag BindsToInterfaces tuntap_up() { if is_interface "$Interface"; then -- cgit v1.2.3-24-g4f1b