diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cpulimit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cpulimit.rb b/Library/Formula/cpulimit.rb index 7bea6e92a..e8fa69add 100644 --- a/Library/Formula/cpulimit.rb +++ b/Library/Formula/cpulimit.rb @@ -13,6 +13,6 @@ class Cpulimit < Formula end test do - system 'cpulimit', '-l', '10', 'ls' + system *%W{#{bin}/cpulimit -l 10 ls} end end |
