From be13c0018b7fa7ca7909abf05fb3305f109b539c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 1 Nov 2007 18:15:30 +0000 Subject: Fix fallback, #197788. --- sh/net.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sh') diff --git a/sh/net.sh b/sh/net.sh index e2de0549..6c9dd6d9 100755 --- a/sh/net.sh +++ b/sh/net.sh @@ -371,6 +371,7 @@ ${config}" config_index=0 for cmd in ${fallback}; do + eval fallback_${config_index}="'${cmd}'" config_index=$((${config_index} + 1)) done # Terminate the list -- cgit v1.2.3