Mercurial > repos > devteam > change_case
changeset 1:3970d288ee1f draft
Updated command line format per dev team standards.
author | Dave B. <dave@bx.psu.edu> |
---|---|
date | Mon, 01 Apr 2013 14:58:00 -0400 |
parents | e6f966602870 |
children | 56c90926c8ef |
files | changeCase.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/changeCase.xml Tue Dec 04 10:49:46 2012 -0500 +++ b/changeCase.xml Mon Apr 01 14:58:00 2013 -0400 @@ -3,7 +3,7 @@ <stdio> <exit_code range="1:" err_level="fatal" /> </stdio> - <command interpreter="perl">changeCase.pl $input "$cols" $delimiter $casing $out_file1</command> + <command interpreter="perl">changeCase.pl "${input}" "${cols}" "${delimiter}" "${casing}" "${out_file1}"</command> <inputs> <param name="input" format="txt" type="data" label="From"/> <param name="cols" size="10" type="text" value="c1,c2" label="Change case of columns"/>