From a2c1a4957e7d001806b6f51a861fbfead4586948 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Oct 2016 16:39:13 +0200 Subject: escaping --- custom/notify-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/notify-user.nix b/custom/notify-user.nix index ddf78db0..99c6d8c1 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { Notify.display_ $ Notify.appName "notify-${user}" <> Notify.summary summary <> Notify.body contents where trim = dropWhileEnd isSpace . dropWhile isSpace - unQuote ('\'':xs) = init xs + unQuote ('\''':xs) = init xs unQuote ('"':xs) = init xs unQuote xs = xs ''; }; -- cgit v1.2.3