#!/bin/sh # $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/rn/manifake,v 1.1.1.1 2018/04/24 16:12:54 root Exp $ # # $Log: manifake,v $ # Revision 1.1.1.1 2018/04/24 16:12:54 root # BSD 4.3 # # Revision 4.3 85/05/01 11:42:41 lwall # Baseline for release with 4.3bsd. # : make MANIFEST and MANIFEST.new say the same thing if test ! -f MANIFEST.new; then if test -f MANIFEST; then sed MANIFEST.new \ -e '1,/---/d' \ -e 's/\([ ][ ]*\)[0-9]* */\1/' else echo "Make a MANIFEST.new file, with names and descriptions." fi fi