--- ray/src/util/raddepend.csh 1994/04/15 11:18:30 2.5 +++ ray/src/util/raddepend.csh 2003/02/22 02:07:30 2.7 @@ -1,5 +1,5 @@ #!/bin/csh -f -# SCCSid "$SunId$ LBL" +# RCSid: $Id: raddepend.csh,v 2.7 2003/02/22 02:07:30 greg Exp $ # # Find scene dependencies in this directory # @@ -8,7 +8,7 @@ onintr quit rm -f EMPTY echo -n > EMPTY sleep 2 -( ls $* | sed -e 's@^@/^@' -e 's@$@$/d@' ; echo '/^EMPTY$/,$d' ) > /tmp/sed$$ +( ls $* | sed -e 's~/~\\/~g' -e 's@^@/^@' -e 's@$@$/d@' ; echo '/^EMPTY$/,$d' ) > /tmp/sed$$ getbbox -w $* >/dev/null set es=$status if ( $es == 0 ) then