Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production')
-rwxr-xr-xproduction/reports/jdepsReport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/reports/jdepsReport.sh b/production/reports/jdepsReport.sh
index fc917da4c..d5653a20b 100755
--- a/production/reports/jdepsReport.sh
+++ b/production/reports/jdepsReport.sh
@@ -53,7 +53,7 @@ do
if [ $fileSize -gt 0 ]
then
echo -e "\n###### Start of Java internal API usage report for $(basename ${i}) \n">> ${outputFile}
- head -n-5 ${outputFile}.interim >> ${outputFile}
+ cat ${outputFile}.interim >> ${outputFile}
echo -e "\n###### End of Java internal API usage report for $(basename ${i}) \n">> ${outputFile}
echo -e "\n" >> ${outputFile}
fi

Back to the top