>From b125cac14c098d0029158f60f580d66503c5f3e7 Mon Sep 17 00:00:00 2001
From: Rafal Krypa <[email protected]>
Date: Thu, 3 Mar 2011 18:44:31 +0100
Subject: [PATCH] Fix setting conf_cputransparency_qemu_env by utils/sb2.

---
 utils/sb2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/sb2 b/utils/sb2
index 65240b4..17c00d2 100755
--- a/utils/sb2
+++ b/utils/sb2
@@ -744,7 +744,7 @@ function check_qemu_features()
 	if [ -n "$qemu_argv" ]; then
 		conf_cputransparency_qemu_argv="{$qemu_argv}"
 	fi
-	if [ -n "$qemu_argv" ]; then
+	if [ -n "$qemu_env" ]; then
 		conf_cputransparency_qemu_env="{$qemu_env}"
 	fi
 }
-- 
1.7.4.1

_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to