# HG changeset patch # User greg # Date 1364841155 14400 # Node ID bb66956af1eba2cdcf99fa12ad7a550042e8de78 # Parent d9b82504a3211fad11cf1df1ca6d5ddc857c0470 Added quotes and brackets to appropriate command arguments diff -r d9b82504a321 -r bb66956af1eb remove_beginning.xml --- 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 @@ of a file - remove_beginning.pl $input $num_lines $out_file1 + remove_beginning.pl "${input}" "${num_lines}" "${out_file1}"