Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/libmp/port/reduce – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
O=$1
2
shift
3
objtype=$1
4
shift
5
 
6
ls -p ../$objtype/*.[cs] >[2]/dev/null | sed 's/..$//' > /tmp/reduce.$pid
7
#
8
#	if empty directory, just return the input files
9
#
10
if (! ~ $status '|') {
11
	echo $*
12
	rm /tmp/reduce.$pid
13
	exit 0
14
}
15
echo $* | tr ' ' \012 | grep -v -f /tmp/reduce.$pid | tr \012 ' '
16
rm /tmp/reduce.$pid