1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Moved them.

This commit is contained in:
Bruce Momjian
1996-10-03 17:27:01 +00:00
parent 97c904610d
commit f5316239b8
2 changed files with 11 additions and 1 deletions

View File

@@ -1,17 +0,0 @@
#!/bin/sh
#
# $Header: /cvsroot/pgsql/src/backend/Attic/makeID,v 1.1.1.1 1996/07/09 06:21:08 scrappy Exp $
#
if test $# -ne 1; then
echo "usage: $0 PORTNAME"
exit 1
fi
PORTNAME=$1
gfind . port/$PORTNAME -type f -name '*.[chly]' -print | mkid -S.gen=C - 2>&1 | grep -v 'No scanner for language'
exit 0