this_script=$( readlink -f "$0" )
cur_dir=$( pwd )
-base_dir=$( dirname $( dirname "${this_script}" ) )
-cd ${base_dir}
+base_dir=$( dirname "$( dirname "${this_script}" )" )
+cd "${base_dir}"
locale_dir=locale
locale_domain="create_terraform"
-pot_file="${locale_dir}/${locale_domain}.pot"
-po_with=99
-my_address="${DEBEMAIL:-frank.brehm@pixelpark.com}"
+# pot_file="${locale_dir}/${locale_domain}.pot"
+# po_with=99
+# my_address="${DEBEMAIL:-frank.brehm@pixelpark.com}"
if [[ ! -d "${locale_dir}" ]] ; then
echo "Localisation directory '${cur_dir}/${locale_dir}' not found." >&2