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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-05-17 23:49:33 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-05-17 23:49:39 +0300
commitfa066da77c7d56939ec1a73675c358cb782a56c6 (patch)
tree094adc3aadbdf31628f6862def8503b9ff7d85cd /build/update.sh
parent8f0656aae9dabc256752914aa78761ea72fca575 (diff)
Fix app update script for macOS
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'build/update.sh')
-rwxr-xr-xbuild/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update.sh b/build/update.sh
index ef4c7e3b76b..3a3d2eac5dc 100755
--- a/build/update.sh
+++ b/build/update.sh
@@ -9,7 +9,7 @@ git checkout master
git pull --quiet -p
git --no-pager log -3 --pretty=format:"%h %Cblue%ar%x09%an %Creset%s"
printf "\n"
-git branch --merged master | grep -v "master$" | xargs --no-run-if-empty git branch -d
+git branch --merged master | grep -v "master$" | xargs git branch -d
git submodule update --init
# Update apps