h2: fix audit warning.
This commit is contained in:
parent
752e13c4a8
commit
248144ec37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue