diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-05 10:25:30 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-05 10:28:46 +0200 |
commit | d28ffc8856295035f297be4613ed68ac05653609 (patch) | |
tree | 9125520c6c92a022422592ebecb849dd1bb1966d /l10ntools/scripts | |
parent | 11713989b1580799635fff997b920d9bd4bf619f (diff) |
add propex.bat back; it is used on Windows
Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
Diffstat (limited to 'l10ntools/scripts')
-rwxr-xr-x | l10ntools/scripts/propex.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/l10ntools/scripts/propex.bat b/l10ntools/scripts/propex.bat new file mode 100755 index 000000000000..1174286920da --- /dev/null +++ b/l10ntools/scripts/propex.bat @@ -0,0 +1,8 @@ +@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 |