From 33b38e994e44034612311a6d0ad31948a3188e4a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 7 Feb 2009 14:21:04 +0000 Subject: [PATCH] Fix metric, thanks to ikelos. --- resolvconf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/resolvconf.in b/resolvconf.in index 714c7bf..1274bf8 100644 --- a/resolvconf.in +++ b/resolvconf.in @@ -227,7 +227,7 @@ if [ "${CMD}" = "l" -o "${CMD}" = "i" ]; then # and then anything else. if [ -z "${LIST}" ]; then LIST="lo lo[0-9]* " - if [ -d "${METRCICDIR}" ]; then + if [ -d "${METRICDIR}" ]; then cd "${METRICDIR}" for METRIC in *; do LIST="${LIST} ${METRIC#* }" -- 1.7.1