diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-04 13:20:37 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-04 13:20:37 +0200 |
commit | e3ef482153bd1620c93019a413a18665ef0ebb98 (patch) | |
tree | 9e780688d2a448791e6b6096c006fd4de5ba92a6 /l10ntools/scripts | |
parent | 2b391a91115cb361c508514fa2e34795677d0f48 (diff) |
there is no localize script and propmerge.bat is not used
Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e
Diffstat (limited to 'l10ntools/scripts')
-rwxr-xr-x | l10ntools/scripts/propex.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/l10ntools/scripts/propex.bat b/l10ntools/scripts/propex.bat deleted file mode 100755 index 1174286920da..000000000000 --- a/l10ntools/scripts/propex.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off
-
-if "x%PERL%x" EQU "xx" (
- echo ERROR: Perl not found. Environment is not set.
- exit /b 1
-)
-
-%PERL% %SOLARVER%\%INPATH%\bin\propex %*
\ No newline at end of file |