[pkg-dhcp-commits] [isc-dhcp] 08/11: fix typo in debug script

Michael Gilbert mgilbert at moszumanska.debian.org
Mon May 11 00:55:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository isc-dhcp.

commit 931e8bc102b3df60195ee9a1185d38da76783f4e
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Mon May 11 00:39:26 2015 +0000

    fix typo in debug script
---
 debian/debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/debug b/debian/debug
index 5785a97..68bf1ca 100644
--- a/debian/debug
+++ b/debian/debug
@@ -26,7 +26,7 @@ if [ "$RUN" = "yes" ]; then
 			       ip6_address ip6_prefix ip6_prefixlen \
 			       dhcp6_domain_search dhcp6_name_servers ; do
 			var="${prefix}${basevar}"
-			eval "content=\$var"
+			eval "content=\$$var"
 
 			# show only variables with values set
 			if [ -n "${content}" ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git



More information about the pkg-dhcp-commits mailing list