From 614f115f63d0bd3c0eb30c78c519ba8d4a758ae3 Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 26 Dec 2013 20:50:40 +0100 Subject: Don't use tilde character (~) for directory expansion as it doesn't work here! --- check_for_translation_work.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_for_translation_work.sh') diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index a267fb2e..dc3f12d7 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -7,7 +7,7 @@ # # Filip Komar, 2012, 2013 # Remco Rijnders, 2012 -# $Id: check_for_translation_work.sh 2013-12-07 18:07:00 UTC filip $ +# $Id: check_for_translation_work.sh 2013-12-26 19:49:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -22,6 +22,7 @@ language_code=xx # Where to put the files from repositories and your working directory, # please make sure those directories exist before running the script!!! +# Don't use tilde character (~) for directory expansion as it doesn't work! svn_directory="/home/user/Mageia/i18n/svn" git_directory="/home/user/Mageia/i18n/git" # added after git transition working_translations_directory="/home/user/Mageia/i18n/translations/$language_code" -- cgit v1.2.1