[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Running VRPT with VSC511L



> 
> I get the following error while trying to use vrpt to generate a report
> from VSC511L 's results with the "vrpt journal" comand:
> 
> /home/tet/vsc/Bin/vrpt: [:  integer expression expected before -gt
> vrpt :   must specify at least one input file
> 

Hi Andrew,

I ran into the same thing. Try applying the following patch to vrpt:

--- vrpt.orig   Thu Jan 25 12:06:19 2001
+++ vrpt        Tue Nov  7 10:44:55 2000
@@ -215,7 +215,7 @@
 files=$*
 n_files=$#
 
-[ n_files -gt 0 ] || err "vrpt: must specify at least one input file"
+[ $n_files -gt 0 ] || err "vrpt: must specify at least one input file"
 
 ####################
 #

Chris.
-- 
cyeoh@linuxcare.com.au
Support Open Source Ice-Cream



Reply to: