aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-31 12:33:26 -0500
committerMike McQuaid2014-03-31 12:33:26 -0500
commit6b6d020729504f9c8fe3bb294290a81552e5d645 (patch)
tree50c6ae17ceddaa016ea46701f9e0a35113d5d353 /Library
parentcd47c938b3d8d0194221ec8fd2e97425aae048e6 (diff)
downloadhomebrew-6b6d020729504f9c8fe3bb294290a81552e5d645.tar.bz2
h2: fix audit warning.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/h2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/h2.rb b/Library/Formula/h2.rb
index 63222cbee..7456d0bf1 100644
--- a/Library/Formula/h2.rb
+++ b/Library/Formula/h2.rb
@@ -17,7 +17,7 @@ class H2 < Formula
rm_f Dir["bin/*.bat"]
# Fix the permissions on the script
- chmod 0755, Dir["bin/h2.sh"]
+ chmod 0755, "bin/h2.sh"
libexec.install Dir['*']
(bin+'h2').write script