# HG changeset patch # User greg # Date 1364843637 14400 # Node ID f2aac0c5c60d4afc23b94985a9f630afe5944fa8 # Parent 28ca7552e88458ec9c2e2fc932f7096d96808535 Added quotes and brackets to appropriate command arguments diff -r 28ca7552e884 -r f2aac0c5c60d mergeCols.xml --- a/mergeCols.xml Tue Dec 04 11:00:46 2012 -0500 +++ b/mergeCols.xml Mon Apr 01 15:13:57 2013 -0400 @@ -2,10 +2,10 @@ together mergeCols.py - $input1 - $out_file1 - $col1 - $col2 + "${input1}" + "${out_file1}" + "${col1}" + "${col2}" #for $col in $columns ${col.datacol} #end for