diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 7100af503f..d071ae3aa3 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -44,8 +44,8 @@ bundledPrograms = catMaybes , SysConfig.sha512 , SysConfig.sha224 , SysConfig.sha384 - -- ionice is not included in the bundle; we rely on the system's - -- own version, which may better match its kernel + -- nice and ionice are not included in the bundle; we rely on the + -- system's own version, which may better match its kernel ] where ifset True s = Just s