Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-06-27 07:59:17 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-27 07:59:17 +0300
commit596f70fef25e02d8805aaf1ce40bc32b3bc60a75 (patch)
treef539076b4cb64ddaa6d954d45dea236f96b80e90 /update.sh
parent12148fee06107663a271b017fd56fb304cfd8029 (diff)
update: fixed invalid hg command
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e88cd54..259ff6a 100755
--- a/update.sh
+++ b/update.sh
@@ -17,7 +17,7 @@ REV=$(head -n18 configure.ac | tail -n1 | tr -d '[ ],')
if ! test -d .pidgin/.hg; then
rm -rf .pidgin
- "$HG" clone "$URL" .pidgin
+ hg clone "$URL" .pidgin
fi
hg -R .pidgin -v pull