X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=scripts%2Ftx-sync.sh;h=47b931cc1d3be0137fcc403a1cfecefdda4b2ddc;hp=c60d6af060fd425f22a4e15295b7ae5c6dbd39e1;hb=61124ace4a9a9356a619cc2f26b96f6c710c514c;hpb=221b0a8e10afc3f2c9148caf3cb727760a205eb8 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"