From 093b5d41ad3c5b7095478081aea062d01d9741e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 2 Aug 2013 12:42:14 -0400 Subject: fix syntax --- Utility/SafeCommand.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/SafeCommand.hs') diff --git a/Utility/SafeCommand.hs b/Utility/SafeCommand.hs index 978d4d9c7..c8318ec2e 100644 --- a/Utility/SafeCommand.hs +++ b/Utility/SafeCommand.hs @@ -39,7 +39,7 @@ toCommand = concatMap unwrap unwrap (File s) = [s] -- '/' is explicitly included because it's an alternative -- path separator on Windows. - pathseps = [pathSeparator, './'] + pathseps = pathSeparator:"./" {- Run a system command, and returns True or False - if it succeeded or failed. -- cgit v1.2.3