*** /usr/lib/catalyst/modules/catalyst_support.py Sun May 1 18:43:59 2005 --- /usr/lib/catalyst/modules/catalyst_support.py.patch Sun May 1 18:43:05 2005 *************** *** 34,40 **** for x in range(0,len(mypack)): # surround args with quotes for passing to bash, # allows things like "<" to remain intact ! mypack[x]="'"+mypack[x]+"'" mypack=string.join(mypack) return mypack --- 34,40 ---- for x in range(0,len(mypack)): # surround args with quotes for passing to bash, # allows things like "<" to remain intact ! mypack[x]="'"+str(mypack[x])+"'" mypack=string.join(mypack) return mypack