X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=scripts%2Ftx-sync.sh;fp=scripts%2Ftx-sync.sh;h=47b931cc1d3be0137fcc403a1cfecefdda4b2ddc;hp=c60d6af060fd425f22a4e15295b7ae5c6dbd39e1;hb=9218000d5e295c125a552fa41c5f139b149f4726;hpb=65aeb641b824b78cafbab1af7ae92a0b7069f44e diff --git a/scripts/tx-sync.sh b/scripts/tx-sync.sh index c60d6af0..47b931cc 100755 --- a/scripts/tx-sync.sh +++ b/scripts/tx-sync.sh @@ -5,6 +5,7 @@ localpobranch=i18n-tx-sync pushd "$quasselsrc" && ( currb=$(git name-rev --name-only HEAD) git checkout -q $localpobranch && ( + git pull -q EDITOR=/bin/true VISUAL=/usr/bin/editor "$quasselsrc"/po/pull-from-transifex.sh -f && git push -q ); git checkout -q "$currb"