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:
authordequis <dx@dxzone.com.ar>2019-01-13 16:37:52 +0300
committerdequis <dx@dxzone.com.ar>2019-01-13 16:37:52 +0300
commit5e164b605a5a9549994987b2056472b593a8460c (patch)
treed9d0938e1f2d76d9322cdde632c9439a19fc78d6
parent3376c0c73e36f7b44d78b980e0c90f19249322fa (diff)
update.sh: add 'set -e' to not continue after errors
-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 $?)