From b74dfb8f2fc13b0e5870bac369119053eedbc752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Thu, 2 Sep 2010 23:53:29 +0000 Subject: [PATCH] --- check_hparray/trunk/check_hpacucli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/check_hparray/trunk/check_hpacucli.py b/check_hparray/trunk/check_hpacucli.py index caedbde..72fc8c6 100644 --- a/check_hparray/trunk/check_hpacucli.py +++ b/check_hparray/trunk/check_hpacucli.py @@ -125,6 +125,7 @@ def set_path(path): path = ":/usr/local/bin" current_path = "%s%s" % (current_path,path) putenv('PATH', current_path) + print "current path: ", current_path print "put: %s" %(getenv('PATH'))