Fixed an error in figuring out what time stamp program, tscompare, works

on the current system.
This commit is contained in:
Harry Moffat 2006-06-22 13:47:49 +00:00
parent 07844d92f7
commit 19b1def17f
2 changed files with 221 additions and 201 deletions

418
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1126,7 +1126,7 @@ touch s1
sleep 1
touch s2
tsc=tscompare_alwaystrue
./tscheck_sh s2 s1 2> /dev/null
./tscompare_sh s2 s1 2> /dev/null
res=$?
if test "$res" = "0" ; then
tsc=tscompare_sh
@ -1136,7 +1136,7 @@ else
if test "$res" = "0" ; then
tsc=tscompare_csh
else
./tscheck_ksh s2 s1 2> /dev/null
./tscompare_ksh s2 s1 2> /dev/null
res=$?
if test "$res" = "0" ; then
tsc=tsccompare_ksh