summaryrefslogtreecommitdiffstats
path: root/needs-checking
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-21 09:55:24 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-21 09:55:24 +0000
commit8cea6b985ed4ff43d6865d485e5cec26fbe09923 (patch)
tree67a546c952833245d2a6ed36d955d3658dc3d1ba /needs-checking
parent541f4a5e48ea0272df02dcc3f4150af0fd19b5ba (diff)
downloadquilt-8cea6b985ed4ff43d6865d485e5cec26fbe09923.tar.gz
Move prep-patch to oldies, since it was used to prepare patches for inclusion in NS4 mails
Diffstat (limited to 'needs-checking')
-rwxr-xr-xneeds-checking/prep-patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/needs-checking/prep-patch b/needs-checking/prep-patch
deleted file mode 100755
index 6fc4198..0000000
--- a/needs-checking/prep-patch
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-. patchfns 2>/dev/null ||
-. /usr/lib/patch-scripts/patchfns 2>/dev/null ||
-. $PATCHSCRIPTS_LIBDIR/patchfns 2>/dev/null ||
-{
- echo "Impossible to find my library 'patchfns'."
- echo "Check your install, or go to the right directory"
- exit 1
-}
-
-if [ $# -ne 1 ]
-then
- echo "Usage prep-patch patchname"
- exit 1
-fi
-
-PATCHNAME=$(stripit $1)
-
-xcb -s 2 < $(patch_file_name $PATCHNAME)
-head -2 $(txt_file_name $PATCHNAME) | tail -1 | tr -d '\n' | xcb -s 1