From df45dfa30de29ca1c4504f298840325de97bb198 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20Salvet?= Date: Thu, 2 Jun 2005 12:03:13 +0000 Subject: [PATCH] Support ReallyRunning event and shell escapes. --- org.glite.lb.client/examples/gen_sample_job | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org.glite.lb.client/examples/gen_sample_job b/org.glite.lb.client/examples/gen_sample_job index cc9dfac..c24dc1c 100755 --- a/org.glite.lb.client/examples/gen_sample_job +++ b/org.glite.lb.client/examples/gen_sample_job @@ -93,6 +93,12 @@ awk -F, $NESTED \ /-e UserTag/ { if (checkNOP(4) == 0) logit(); next;} +/-e ReallyRunning/ { if (checkNOP(3) == 0) logit(); + next;} + +# shell escape (for sequence number branching) + +/^!/ { print substr($0,2,(length($0) - 1)); } # macro processing - macro name starts and ends with ':' # in a file gen_MACRONAME.txt is the macro describtion -- 1.8.2.3