Accepting request 183533 from home:Andreas_Schwab:Factory

- Fix quoting of $

OBS-URL: https://build.opensuse.org/request/show/183533
OBS-URL: https://build.opensuse.org/package/show/Java:packages/antlr?expand=0&rev=18
This commit is contained in:
Michal Vyskocil 2013-07-19 09:35:24 +00:00 committed by Git OBS Bridge
parent 177c11076a
commit 8a0656a23c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 17 13:14:27 UTC 2013 - schwab@suse.de
- Fix quoting of $
-------------------------------------------------------------------
Tue Aug 31 09:09:28 UTC 2010 - mvyskocil@suse.cz

View File

@ -92,7 +92,7 @@ function compileFiles() {
mkTargetClasspath
set +x
COMPILE_CLASSPATH_PATH=.:${JAR_CLASSPATH}
echo using: $COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $$file
echo using: $COMPILER_COMMAND $COMPILE_CLASSPATH_PATH \$file
for file in `find . -name "*.java"`
do
echo -e "$COMPILER_COMMAND $COMPILE_CLASSPATH_PATH $file ... \c"