From b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Jul 2015 19:21:04 +0000 Subject: Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo --- contrib/cmdline/bugcount | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 contrib/cmdline/bugcount (limited to 'contrib/cmdline/bugcount') diff --git a/contrib/cmdline/bugcount b/contrib/cmdline/bugcount deleted file mode 100755 index b41412a12..000000000 --- a/contrib/cmdline/bugcount +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -thisdir=`dirname "$0"` -bugids=`$thisdir/bugids "$@"` -if test "$?" != "0"; then echo "$bugids" 1>&2; exit 1; fi - -echo "$bugids" | wc -w -- cgit v1.2.3-24-g4f1b