quiet shell error message
This commit is contained in:
parent
1b21e915dd
commit
1a10f109c1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ shaTestCases l = map make l
|
||||||
zip (shacmds n) (repeat check)
|
zip (shacmds n) (repeat check)
|
||||||
where
|
where
|
||||||
key = "sha" ++ show n
|
key = "sha" ++ show n
|
||||||
check = "</dev/null | grep -q '" ++ knowngood ++ "'"
|
check = "</dev/null 2>/dev/null | grep -q '" ++ knowngood ++ "'"
|
||||||
shacmds n = concatMap (\x -> [x, 'g':x, osxpath </> x]) $
|
shacmds n = concatMap (\x -> [x, 'g':x, osxpath </> x]) $
|
||||||
map (\x -> "sha" ++ show n ++ x) ["sum", ""]
|
map (\x -> "sha" ++ show n ++ x) ["sum", ""]
|
||||||
{- Max OSX sometimes puts GNU tools outside PATH, so look in
|
{- Max OSX sometimes puts GNU tools outside PATH, so look in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue