gnome-patch-translation/update-step3-upload-strings-to-lcn
Stanislav Brabec b28684dbd2 Accepting request 34357 from home:sbrabec:branches:GNOME:Factory
Copy from home:sbrabec:branches:GNOME:Factory/gnome-patch-translation via accept of submit request 34357 revision 2.
Request was accepted with message:
Accepted by myself.

OBS-URL: https://build.opensuse.org/request/show/34357
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-patch-translation?expand=0&rev=22
2010-03-08 19:30:58 +00:00

16 lines
361 B
Bash

#!/bin/bash
# Fail on errors:
set -e
if ! test -x 50-tools/gnome-patch-translation-collect ; then
echo "ERROR: 50-tools/gnome-patch-translation-collect is missing.
Please call update-step1-update-translations-from-lcn."
exit 1
fi
export CALLING_FROM_G_P_T=1
# And then run gnome-patch-translation-to-lcn
exec 50-tools/gnome-patch-translation-to-lcn