diff options
Diffstat (limited to 'scripts/include/common.sh')
-rw-r--r-- | scripts/include/common.sh | 2 |
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" |