summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-07-25 10:48:06 +0200
committerBor Kraljič2011-07-25 10:48:06 +0200
commit02f70bd870e14ac0c6dc8b0380bcab1894a68901 (patch)
tree9a37ded82ef6145c52acd8292e883bf9b7856fdd
parent1debd417c33be7b9b7d7badbcfc71f1c8e72036d (diff)
surf: source $GRIMOIRE/hg_download.function before using hg_download
-rwxr-xr-xhttp/surf/DOWNLOAD1
-rw-r--r--http/surf/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/http/surf/DOWNLOAD b/http/surf/DOWNLOAD
index 3e723f3867..7c6f856b3d 100755
--- a/http/surf/DOWNLOAD
+++ b/http/surf/DOWNLOAD
@@ -4,5 +4,6 @@
if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
default_download
else
+ . $GRIMOIRE/hg_download.function
hg_download
fi
diff --git a/http/surf/HISTORY b/http/surf/HISTORY
index f500c22afc..e07ecb0eb4 100644
--- a/http/surf/HISTORY
+++ b/http/surf/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor@ver.si>
+ * DOWNLOAD: source $GRIMOIRE/hg_download.function before using hg_download
+
2011-06-01 Ismael Luceno <ismael@sourcemage.org>
* DOWNLOAD: use hg_download