Skip to content

Commit

Permalink
direct a stray script output to the output file
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Dec 8, 2012
1 parent 3302a4b commit ce35f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/depsprot.sh
Expand Up @@ -32,7 +32,7 @@ grep "^${name}.*${name}_public" ${deps_file} | grep -q public ||
grep "^${name}.*${name}_private" ${deps_file} | grep -q private||
die "Private import protection in dependency file should be 'private'"

echo "Dependencies file:"
echo "Dependencies file:" >> ${output_file}
cat ${deps_file} >> ${output_file}
echo >> ${output_file}

Expand Down

0 comments on commit ce35f90

Please sign in to comment.