mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|