diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-05-17 22:49:33 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-05-17 22:49:39 +0200 |
commit | fa066da77c7d56939ec1a73675c358cb782a56c6 (patch) | |
tree | 094adc3aadbdf31628f6862def8503b9ff7d85cd /build/update.sh | |
parent | 8f0656aae9dabc256752914aa78761ea72fca575 (diff) | |
download | nextcloud-server-fa066da77c7d56939ec1a73675c358cb782a56c6.tar.gz nextcloud-server-fa066da77c7d56939ec1a73675c358cb782a56c6.zip |
Fix app update script for macOS
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'build/update.sh')
-rwxr-xr-x | build/update.sh | 2 |
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 |