*** empty log message ***
CVS patchset: 3130 CVS date: 1999/07/07 14:28:07
This commit is contained in:
parent
9ed3f8f6fd
commit
419325db06
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/ksh
|
||||
#!/bin/sh
|
||||
|
||||
# Original Author: Tim Mooney (mooney@plains.nodak.edu)
|
||||
# $Id: osf.req,v 1.3 1998/06/14 16:03:14 ewt Exp $
|
||||
# $Id: osf.req,v 1.4 1999/07/07 14:28:07 jbj Exp $
|
||||
#
|
||||
# This file is distributed under the terms of the GNU Public License
|
||||
#
|
||||
|
@ -43,7 +43,7 @@ filelist=`cat -`
|
|||
for f in `echo $filelist | xargs file | grep 'shell script' | cut -d: -f 2 \
|
||||
| awk '{ print $1 }'`
|
||||
do
|
||||
print $f
|
||||
echo $f
|
||||
done | sort -u
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue