summaryrefslogtreecommitdiffstats
path: root/needs-checking
diff options
context:
space:
mode:
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