diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-17 16:13:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-17 16:13:33 -0400 |
commit | 78f0be854c0d961b4d261466d1484531bf21e706 (patch) | |
tree | 1a7fbd57ad3a6e9eece1581adb25b697c3d95ddb /Build | |
parent | 02bc092940bc2c167d86e4aedfde4cc742d34e0c (diff) |
note on nice
Diffstat (limited to 'Build')
-rw-r--r-- | Build/BundledPrograms.hs | 4 |
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 |