From 2b5fff55e69d1c73d1b4445a8192a4c24896e831 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Aug 2018 23:20:49 -0400 Subject: one more fix --- src/Propellor/Property/Systemd.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 0d6dd097..cb63ff5a 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -473,4 +473,4 @@ escapePath = concatMap escape escape '/' = "-" escape c | ((isAscii c && isAlphaNum c) || c == '_') = [c] - | otherwise = '\\' : printf "%x" c + | otherwise = '\\' : 'x' : printf "%x" c -- cgit v1.2.3