revert reversion merged from propellor
This commit is contained in:
parent
de3c8ae6d5
commit
38403092ae
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ withUmask _ a = a
|
|||
#endif
|
||||
|
||||
combineModes :: [FileMode] -> FileMode
|
||||
combineModes [] = undefined
|
||||
combineModes [] = 0
|
||||
combineModes [m] = m
|
||||
combineModes (m:ms) = foldl unionFileModes m ms
|
||||
|
||||
|
|
Loading…
Reference in a new issue