Fix things somewhat
This commit is contained in:
parent
44c94a6e7e
commit
5ccb7eb51d
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
ROOT="$PWD"
|
||||
ROOT=`pwd`
|
||||
SRC=${ROOT}/src
|
||||
TEMPLATE_PO="$ROOT/template.pot"
|
||||
TEMPLATE_TS="$ROOT/template.ts"
|
||||
BASE_LST_FILE="$ROOT/base_lst_file"
|
||||
|
|
Loading…
Reference in a new issue