diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pygtk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pygtk.rb b/Library/Formula/pygtk.rb index ee6851479..321a8cea6 100644 --- a/Library/Formula/pygtk.rb +++ b/Library/Formula/pygtk.rb @@ -76,7 +76,7 @@ class Pygtk < Formula hello = HelloWorld() hello.main() EOS - chmod '+x', 'test.py' + chmod 0755, 'test.py' system "./test.py" end end |
