CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/09/07 13:08:55
Index: checks/check-them =================================================================== RCS file: /sources/m4/m4/checks/Attic/check-them,v retrieving revision 1.1.1.1.2.12 retrieving revision 1.1.1.1.2.13 diff -u -b -r1.1.1.1.2.12 -r1.1.1.1.2.13 --- checks/check-them 4 Sep 2006 14:19:37 -0000 1.1.1.1.2.12 +++ checks/check-them 7 Sep 2006 13:08:54 -0000 1.1.1.1.2.13 @@ -8,7 +8,7 @@ # Clean up temp files on exit pwd=`pwd` tmp=m4-tmp.$$ -trap 'stat=$?; cd $pwd; rm -rf $tmp && exit $stat' 0 +trap 'stat=$?; cd "$pwd"; rm -rf $tmp && exit $stat' 0 trap '(exit $?); exit $?' 1 2 13 15 # Create scratch dir
