[entropy.spm] __source_env_get_var: fix typo in tmp file prefix string

This commit is contained in:
Fabio Erculiani
2012-08-27 11:47:00 +02:00
parent 814ff4664d
commit 1001bc30c6

View File

@@ -1205,7 +1205,7 @@ class PortagePlugin(SpmPlugin):
try:
tmp_fd, tmp_path = tempfile.mkstemp(
prefix="entropy.spm.__source_env_get_gar")
prefix="entropy.spm.__source_env_get_var")
sts = subprocess.call(args, stdout = tmp_fd)
if sts != 0: