diff options
author | Roy Marples <roy@marples.name> | 2007-11-01 18:15:30 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-01 18:15:30 +0000 |
commit | be13c0018b7fa7ca7909abf05fb3305f109b539c (patch) | |
tree | aaa49a255c4c799c91caaeaedfe261cf89e9c9b2 /sh/net.sh | |
parent | 02f47103e3549df9831409bd9a3984257b48885c (diff) |
Fix fallback, #197788.
Diffstat (limited to 'sh/net.sh')
-rwxr-xr-x | sh/net.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |