>>874
if [ `uname -r` = "5.4-RELEASE-p6" ]; then
echo "hoge"
fi

if [ `uname -r` = "5.4-RELEASE-p5" ]; then
echo "foo"
fi