Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dmerge_config.sh107 PREV_VAL=$(grep -w $CFG $TMP_FILE)
109 if [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then
111 echo Previous value: $PREV_VAL