--- ray/src/px/xyzimage.csh 1996/02/15 11:11:39 2.2 +++ ray/src/px/xyzimage.csh 2008/08/25 04:50:32 2.5 @@ -1,5 +1,5 @@ #!/bin/csh -f -# SCCSid "$SunId$ LBL" +# RCSid: $Id: xyzimage.csh,v 2.5 2008/08/25 04:50:32 greg Exp $ # # Display one or more CIE XYZE pictures using ximage # @@ -48,10 +48,9 @@ while ( $i <= $#argv && ! $firstarg ) endsw set i=$i1 end -set td=/usr/tmp/xyz$$ set ecode=1 onintr quit -mkdir $td +set td=`mktemp -d /tmp/xyz.XXXXXX` if ( ! $firstarg ) then ra_xyze -r -u $popt > $td/stdin if ( $status ) goto quit