aboutsummaryrefslogtreecommitdiff
path: root/Build/BundledPrograms.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 16:13:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 16:13:33 -0400
commit78f0be854c0d961b4d261466d1484531bf21e706 (patch)
tree1a7fbd57ad3a6e9eece1581adb25b697c3d95ddb /Build/BundledPrograms.hs
parent02bc092940bc2c167d86e4aedfde4cc742d34e0c (diff)
note on nice
Diffstat (limited to 'Build/BundledPrograms.hs')
-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