From 298f3601d9f0c55763fd7e2d056fc84b967d562c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 2 Jun 2012 23:21:25 +0200 Subject: [PATCH] Fix typo in `patches` method causing the script to constantly fail --- build-emacs-for-osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-emacs-for-osx b/build-emacs-for-osx index 1e337ae..78d255b 100755 --- a/build-emacs-for-osx +++ b/build-emacs-for-osx @@ -46,7 +46,7 @@ end def patches(opts = {}) p = [] - if opt[:fullscreen] + if opts[:fullscreen] p << 'https://raw.github.com/gist/1746342/' + '702dfe9e2dd79fddd536aa90d561efdeec2ba716' end