if test $count -eq 1;then # 始めの一回は比べられない為無視 results=well #* 近付いてなければ 失敗に elif test $sorting -eq 0 # buildすべき残りの全体数が毎回減っているか then if test $odd -gt $even #* 古い情報の方が毎回大きくならなければ then #* 失敗に results=well #順調 else results=failed #失敗 fi else if test $even -gt $odd #新しい情報と古い情報の then #入ってる変数が逆になっただけ results=well else results=failed fi fi ldconfig judgment done ##############成功するなら↓へ###################### #使った変数と関数の解除 unset whole root count judgment results i whole branch unset count sorting odd even compress_bzip2 compress_gzip ############お終い################### #This package does not come with a test suite.