ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/raddepend.csh
(Generate patch)

Comparing ray/src/util/raddepend.csh (file contents):
Revision 2.5 by greg, Fri Apr 15 11:18:30 1994 UTC vs.
Revision 2.6 by greg, Fri Sep 8 15:04:16 1995 UTC

# Line 8 | Line 8 | onintr quit
8   rm -f EMPTY
9   echo -n > EMPTY
10   sleep 2
11 < ( ls $* | sed -e 's@^@/^@' -e 's@$@$/d@' ; echo '/^EMPTY$/,$d' ) > /tmp/sed$$
11 > ( ls $* | sed -e 's~/~\\/~g' -e 's@^@/^@' -e 's@$@$/d@' ; echo '/^EMPTY$/,$d' ) > /tmp/sed$$
12   getbbox -w $* >/dev/null
13   set es=$status
14   if ( $es == 0 ) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines