summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-12-30 04:26:27 +0100
committerLadislav Hagara2010-12-30 04:26:27 +0100
commit9b61419667ce528fe3a6f88875fb24cdfd4b71cc (patch)
tree22d8e39a22b9f758d26ae9f4bc62b85c97100831
parentc389b320f153e6f3ce9da665ea1d4a2095c3a90c (diff)
emacs: DOWNLOAD fixed
-rwxr-xr-xeditors/emacs/DOWNLOAD4
-rw-r--r--editors/emacs/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/editors/emacs/DOWNLOAD b/editors/emacs/DOWNLOAD
index db3a81403d..9875a333c0 100755
--- a/editors/emacs/DOWNLOAD
+++ b/editors/emacs/DOWNLOAD
@@ -1,4 +1,6 @@
-if [ "$VCS" ]
+. $GRIMOIRE/FUNCTIONS &&
+
+if [ "$VCS" == "y" ]
then
bzr_download
else
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 705f78c35c..6b6d21e563 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2010-12-30 Ladislav Hagara <hgr@vabo.cz>
+ * DOWNLOAD: fixed
+
2010-12-29 Ismael Luceno <ismael@sourcemage.org>
* DOWNLOAD: bzr_download function moved to it's own file