typos
authorJan Pospíšil <honik@ntc.zcu.cz>
Mon, 26 Jun 2006 08:44:19 +0000 (08:44 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Mon, 26 Jun 2006 08:44:19 +0000 (08:44 +0000)
org.glite.lb.client/src/perftest_query.sh

index 52b7cdd..1905f20 100644 (file)
@@ -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() {