summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-28 02:54:12 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-28 02:54:12 +0300
commit5241c64ab505949917f7eed9cfdd0e84eda90fd2 (patch)
treef8b388a799b06c17543883f2a2e580cf525d9248 /scripts
parent9aed830cf853214e31e72d02d4a519533eddcb5a (diff)
downloadspm-5241c64ab505949917f7eed9cfdd0e84eda90fd2.tar.gz
spm-5241c64ab505949917f7eed9cfdd0e84eda90fd2.tar.bz2
spm-5241c64ab505949917f7eed9cfdd0e84eda90fd2.tar.xz
spm-5241c64ab505949917f7eed9cfdd0e84eda90fd2.zip
Fix previous error again.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/include/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/include/common.sh b/scripts/include/common.sh
index 01c5d70..b86849c 100644
--- a/scripts/include/common.sh
+++ b/scripts/include/common.sh
@@ -281,7 +281,7 @@ function package_update_source {
run_switch_branch
echo "git pull --rebase"
git pull --rebase --all
- return
+ return 0
fi
if [ -d .hg ]; then
echo "hg pull"