From 0d8b7efe4d74aa59513790da795ac4fde21be79b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 10 Nov 2016 15:18:30 +0300 Subject: safer registry access routines + use patched Win32. --- apps/SetEnv.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/SetEnv.hs') diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs index 14c23ae..96ef7b1 100644 --- a/apps/SetEnv.hs +++ b/apps/SetEnv.hs @@ -61,6 +61,6 @@ setEnv options = void $ promptAnd engrave skipPrompt = optYes options promptAnd | skipPrompt = withoutPrompt - | otherwise = withPrompt $ engraveMessage profile varName Nothing varValue + | otherwise = withPrompt $ engraveMessage profile varName "" varValue engrave = Env.engrave profile varName varValue -- cgit v1.2.3