Home
last modified time | relevance | path

Searched refs:K_GREP (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/Documentation/features/scripts/
H A Dfeatures-refresh.sh47 K_GREP=$(grep "$K" $K_FILES)
48 if [ ! -z "$K_GREP" ]; then
65 K_GREP=$(grep "$K" $K_FILES)
82 if [ "$O" = "" ] && [ ! -z "$K_GREP" ]; then
84 elif [ "$O" = "not" ] && [ -z "$K_GREP" ]; then