From: Jan Pospíšil Date: Mon, 26 Jun 2006 08:44:19 +0000 (+0000) Subject: typos X-Git-Tag: gridsite-core_R_1_3_2~82 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=09fb44870c1a772ef2012caa6647e067897de499;p=jra1mw.git typos --- diff --git a/org.glite.lb.client/src/perftest_query.sh b/org.glite.lb.client/src/perftest_query.sh index 52b7cdd..1905f20 100644 --- a/org.glite.lb.client/src/perftest_query.sh +++ b/org.glite.lb.client/src/perftest_query.sh @@ -10,10 +10,10 @@ if [ -z "${GLITE_LOCATION}" ]; then else STAGEDIR=${GLITE_LOCATION} fi -JOBSTAT:=$STAGEDIR/examples/glite-lb-job_status +JOBSTAT=$STAGEDIR/examples/glite-lb-job_status ask() { - $JOBSTAT `cat $jpbs` + $JOBSTAT `cat $jobs` } do_ask() {