Check first todo() argument against operating system name and operating system
name plus file system name.
This commit is contained in:
parent
cf25be5f47
commit
970b3134a2
@ -87,8 +87,7 @@ test_check()
|
||||
|
||||
todo()
|
||||
{
|
||||
echo "${os}" | $GREP -iq "${1}"
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ "${os}" = "${1}" -o "${os}:${fs}" = "${1}" ]; then
|
||||
todomsg="${2}"
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user