Searched refs:PREV_VAL (Results 1 – 4 of 4) sorted by relevance
137 PREV_VAL=$(grep -w $CFG $TMP_FILE)145 if echo "$PREV_VAL" | grep -q "^#"; then151 PREV_STR=$(echo "$PREV_VAL" | \163 NEW_VAL="$PREV_VAL"177 if [ "$PREV_VAL" != "$NEW_VAL" ] ; then179 echo -e "Previous value:\t$PREV_VAL"
137 PREV_VAL=$(grep -w $CFG $TMP_FILE)141 echo Previous value: $PREV_VAL146 elif [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then148 echo Previous value: $PREV_VAL
119 PREV_VAL=$(grep -w $CFG $TMP_FILE)121 if [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then123 echo Previous value: $PREV_VAL
131 PREV_VAL=$(grep -w $CFG $TMP_FILE)133 if [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then135 echo Previous value: $PREV_VAL