summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/BundledPrograms.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 7100af503..d071ae3aa 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