Fixed an error in figuring out what time stamp program, tscompare, works
on the current system.
This commit is contained in:
parent
07844d92f7
commit
19b1def17f
2 changed files with 221 additions and 201 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue