Repository 'show_beginning'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/show_beginning

Changeset 1:618fbda86659 (2013-04-01)
Previous changeset 0:ecca14446e6a (2012-12-04) Next changeset 2:f10412ed821f (2015-07-21)
Commit message:
Added quotes and brackets to appropriate command arguments
modified:
headWrapper.xml
b
diff -r ecca14446e6a -r 618fbda86659 headWrapper.xml
--- a/headWrapper.xml Tue Dec 04 11:05:17 2012 -0500
+++ b/headWrapper.xml Mon Apr 01 14:29:03 2013 -0400
b
@@ -1,6 +1,6 @@
 <tool id="Show beginning1" name="Select first">
   <description>lines from a dataset</description>
-  <command interpreter="perl">headWrapper.pl $input $lineNum $out_file1</command>
+  <command interpreter="perl">headWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command>
   <inputs>
     <param name="lineNum" size="5" type="integer" value="10" label="Select first" help="lines"/>
     <param format="txt" name="input" type="data" label="from"/>