aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 23:31:46 -0600
committerJack Nagel2013-02-01 23:38:56 -0600
commitfe76fa28b44fa3a23f527d134d95c211b50dde2d (patch)
treee810ef7ab266f97df04edff470b4fb4db521a042 /Library
parent6375ae9c04dffce81ca860e1f81a8a5a239ea945 (diff)
downloadhomebrew-fe76fa28b44fa3a23f527d134d95c211b50dde2d.tar.bz2
pygtk: fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pygtk.rb2
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