From 9df01863feac767ebe01e99cfc597632416ca27a Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 29 Jan 2003 09:19:25 +0000 Subject: Version 0.21 from Andreas Gruenbacher --- toppatch.in | 138 ------------------------------------------------------------ 1 file changed, 138 deletions(-) delete mode 100755 toppatch.in (limited to 'toppatch.in') diff --git a/toppatch.in b/toppatch.in deleted file mode 100755 index e65dc9d..0000000 --- a/toppatch.in +++ /dev/null @@ -1,138 +0,0 @@ -#! /bin/bash - -# This script is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. -# -# See the COPYING and AUTHORS files for more details. - -# Read in library functions -if ! [ -r @LIB@/patchfns ] -then - echo "Cannot read library @LIB@/patchfns" >&2 - exit 1 -fi -. @LIB@/patchfns - -usage() -{ - echo "Usage: toppatch [-bpnfa] [patchname]" - if [ x$1 = x-h ] - then - cat <