Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Parsing quoted arguments in Condor
- Date: Fri, 5 Dec 2008 01:08:19 -0000
 
- From: "Kewley, J (John)" <john.kewley@xxxxxxxxxx>
 
- Subject: Re: [Condor-users] Parsing quoted arguments in Condor
 
>> Do you mean: arguments = "-a a_value -b '""b_mod -b_op1 b_op1_value""'" ?
>  I tried the one you typed literally and Condor complained:
I was going to suggest:
arguments = "-a a_value -b '''""b_mod -b_op1 b_op1_value""'''"
JK