|
|
@ -0,0 +1,12 @@ |
|
|
|
diff -Naur sloccount-2.26.orig/compute_sloc_lang sloccount-2.26/compute_sloc_lang
|
|
|
|
--- sloccount-2.26.orig/compute_sloc_lang 2004-08-01 04:02:54.000000000 +0100
|
|
|
|
+++ sloccount-2.26/compute_sloc_lang 2005-04-13 15:55:22.000000000 +0100
|
|
|
|
@@ -53,7 +53,7 @@
|
|
|
|
*) ${language}_count -f ${language}_list.dat > ${language}_outfile.dat |
|
|
|
;; |
|
|
|
esac |
|
|
|
- tail -1 < ${language}_outfile.dat
|
|
|
|
+ tail -n 1 < ${language}_outfile.dat
|
|
|
|
|
|
|
|
else |
|
|
|
rm -f ${language}_outfile.dat |