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.

12 lines
471 B

  1. diff -Naur sloccount-2.26.orig/compute_sloc_lang sloccount-2.26/compute_sloc_lang
  2. --- sloccount-2.26.orig/compute_sloc_lang 2004-08-01 04:02:54.000000000 +0100
  3. +++ sloccount-2.26/compute_sloc_lang 2005-04-13 15:55:22.000000000 +0100
  4. @@ -53,7 +53,7 @@
  5. *) ${language}_count -f ${language}_list.dat > ${language}_outfile.dat
  6. ;;
  7. esac
  8. - tail -1 < ${language}_outfile.dat
  9. + tail -n 1 < ${language}_outfile.dat
  10. else
  11. rm -f ${language}_outfile.dat