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:
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index f42081e..30bd3a8 100755
--- a/update.sh
+++ b/update.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
URL="https://bitbucket.org/pidgin/main"
HASHG=$(_TMP_=$(type hg 2>&1); echo $?)