From 0251a9aac9cae56d046de9637504fa9b77b2103c Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Tue, 07 Jan 2014 17:04:55 -0500
Subject: [PATCH] Fix bug in building single language manifest files

---
 builder/create |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/builder/create b/builder/create
index 59f4554..0532390 100755
--- a/builder/create
+++ b/builder/create
@@ -12,6 +12,8 @@
 # How to use
 # ./create update 4.2.0b4 2013-12-06 (Fetch Updates from transifex first, then create the install file)
 # ./create 4.2.0b4 2013-12-06 (Create the install file from the existing/current languages folder)
+#
+# This script is invoked by the build script, located in the root dir of this repo
 
 sourcePath=$(realpath .)
 

--
Gitblit v1.9.1