patch-2.1.78 linux/scripts/hfiles.sh
Next file: linux/scripts/mkdep.c
Previous file: linux/scripts/header.tk
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Mon Jan  5 01:41:01 1998
-  Orig file: 
v2.1.77/linux/scripts/hfiles.sh
-  Orig date: 
Tue Aug 15 05:07:03 1995
diff -u --recursive --new-file v2.1.77/linux/scripts/hfiles.sh linux/scripts/hfiles.sh
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# This script looks to see if a directory contains .h files
-#
-for dir in $@; do
-	for hfile in $dir/*.h; do
-		if [ -f $hfile ]; then echo $dir; fi
-		break
-	done
-done
-exit 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov