Mercurial > repos > devteam > remove_beginning
changeset 1:bb66956af1eb
Added quotes and brackets to appropriate command arguments
author | greg <greg@bx.psu.edu> |
---|---|
date | Mon, 01 Apr 2013 14:32:35 -0400 |
parents | d9b82504a321 |
children | cb8b79d32fa2 |
files | remove_beginning.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/remove_beginning.xml Tue Dec 04 11:02:31 2012 -0500 +++ b/remove_beginning.xml Mon Apr 01 14:32:35 2013 -0400 @@ -1,6 +1,6 @@ <tool id="Remove beginning1" name="Remove beginning"> <description>of a file</description> - <command interpreter="perl">remove_beginning.pl $input $num_lines $out_file1</command> + <command interpreter="perl">remove_beginning.pl "${input}" "${num_lines}" "${out_file1}"</command> <inputs> <param name="num_lines" size="5" type="integer" value="1" label="Remove first" help="lines"/> <param format="txt" name="input" type="data" label="from"/>