From fe76fa28b44fa3a23f527d134d95c211b50dde2d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 1 Feb 2013 23:31:46 -0600 Subject: pygtk: fix test --- Library/Formula/pygtk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3