diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-03 19:10:31 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-03 19:10:31 +0000 |
commit | f5b9b34513afe144938cbc555b6112ccbe76c36c (patch) | |
tree | 0a2563eb5c39a0d9a40b6b704416efcdd73310d9 /mail | |
parent | add angst (diff) |
Remove a file accidentally forgotten in last commit.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50986
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/files/extra-patchlist.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mutt-devel/files/extra-patchlist.sh b/mail/mutt-devel/files/extra-patchlist.sh deleted file mode 100644 index 9cefc141b6b4..000000000000 --- a/mail/mutt-devel/files/extra-patchlist.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -- - -cat <<EOF -/* this is an autogenerated file. do not edit. */ -#include <stdio.h> -#include <stdlib.h> - -#include "mutt.h" - -void mutt_print_patchlist (void) -{ -EOF - -while read patch ; do - echo " puts (\"${patch}\");" -done - -echo "}" |