fix syntax
This commit is contained in:
parent
7280f7b5bc
commit
0a52f02f8e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue