summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-07-07 14:28:07 +0000
committerjbj <devnull@localhost>1999-07-07 14:28:07 +0000
commit419325db063cb976c1806d37a7adebbd18ba0bcf (patch)
tree1af7d55bc5bd6c26d086d8cad39d6dae1c48db28 /autodeps
parent9ed3f8f6fd74b8684d5ae86adb89e0102def5434 (diff)
downloadlibrpm-tizen-419325db063cb976c1806d37a7adebbd18ba0bcf.tar.gz
librpm-tizen-419325db063cb976c1806d37a7adebbd18ba0bcf.tar.bz2
librpm-tizen-419325db063cb976c1806d37a7adebbd18ba0bcf.zip
*** empty log message ***
CVS patchset: 3130 CVS date: 1999/07/07 14:28:07
Diffstat (limited to 'autodeps')
-rw-r--r--autodeps/osf.req6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodeps/osf.req b/autodeps/osf.req
index b5e091d9c..fe2f7661d 100644
--- a/autodeps/osf.req
+++ b/autodeps/osf.req
@@ -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
#