# HG changeset patch # User greg # Date 1364840597 14400 # Node ID e1c9fd6651f8a8b6b417396608d82c8a03646ac7 # Parent 8bb4d908a52359f6ff2a53e3a275643361bd0780 Added quotes and brackets to appropriate command arguments diff -r 8bb4d908a523 -r e1c9fd6651f8 tailWrapper.xml --- a/tailWrapper.xml Tue Dec 04 11:06:47 2012 -0500 +++ b/tailWrapper.xml Mon Apr 01 14:23:17 2013 -0400 @@ -1,6 +1,6 @@ lines from a dataset - tailWrapper.pl $input $lineNum $out_file1 + tailWrapper.pl "${input}" "${lineNum}" "${out_file1}"