This is an automated email from the ASF dual-hosted git repository.

magicaltrout pushed a commit to branch shopt
in repository https://gitbox.apache.org/repos/asf/drat.git


The following commit(s) were added to refs/heads/shopt by this push:
     new 374e55f  Add arg to function
374e55f is described below

commit 374e55f0c9401086d9af489764e9f0647dccfb80
Author: Tom Barber <[email protected]>
AuthorDate: Wed Mar 6 00:24:13 2019 +0000

    Add arg to function
---
 pge/src/main/resources/config/PgeConfig_Rat.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pge/src/main/resources/config/PgeConfig_Rat.xml 
b/pge/src/main/resources/config/PgeConfig_Rat.xml
index ee24773..41f7755 100644
--- a/pge/src/main/resources/config/PgeConfig_Rat.xml
+++ b/pge/src/main/resources/config/PgeConfig_Rat.xml
@@ -10,7 +10,7 @@
   <!-- How to run the PGE -->
   <exe dir="[JobDir]" shell="/bin/bash">
      <cmd>export PATH=$HOME/bin/:${PATH}</cmd>
-     <cmd>rat() { java -jar [DRAT_HOME]/rat/lib/apache-rat-0.13.jar; }</cmd>
+     <cmd>rat() { java -jar [DRAT_HOME]/rat/lib/apache-rat-0.13.jar $1; }</cmd>
      <cmd>echo "Creating working dirs"</cmd>
      <cmd>mkdir -p [JobInputDir] ; mkdir -p [JobOutputDir]; mkdir -p 
[JobLogDir]</cmd>
      <!-- <cmd>echo "Staging input to [JobInputDir]"</cmd>

Reply via email to