Skip to content

Commit

Permalink
fix 5ff6b14 (followup 00f8eff)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 13, 2017
1 parent 9dd60e4 commit da0d923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update_ts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pull|push|update)
;;

*)
echo "usage: $(basename $0) {push|pull|update} builddirectory"
echo "usage: $(basename $0) {pull|{push|update} builddirectory}"
exit 1
esac

Expand Down Expand Up @@ -72,8 +72,8 @@ if ! type tx >/dev/null 2>&1; then
exit 1
fi

builddir=$(realpath $2)
if [ -d "$builddir" ]; then
if [ -d "$2" ]; then
builddir=$(realpath $2)
textcpp=
for i in $builddir/src/core/qgsexpression_texts.cpp $builddir/src/core/qgscontexthelp_texts.cpp; do
if [ -f $i ]; then
Expand Down

0 comments on commit da0d923

Please sign in to comment.