diff --git a/build-emacs-for-osx b/build-emacs-for-osx index d245b30..c9a8262 100755 --- a/build-emacs-for-osx +++ b/build-emacs-for-osx @@ -13,7 +13,7 @@ LATEST_URL = "https://api.github.com/repos/emacsmirror/emacs/commits?sha=%s" ROOT_DIR = File.expand_path('..', __FILE__) TARBALL_DIR = "#{ROOT_DIR}/tarballs" -SOURCES_DIR = "#{ROOT_DIR}/sources" +SOURCES_DIR = "#{ROOT_DIR}/sources" BUILDS_DIR = "#{ROOT_DIR}/builds"