Home
last modified time | relevance | path

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

/openbmc/linux/tools/bootconfig/scripts/
H A Dxbc.sh6 XBC_TMPFILE=
18 if [ "$XBC_TMPFILE" ]; then
19 rm -f "$XBC_TMPFILE"
25 XBC_TMPFILE=`mktemp bconf-XXXX`
28 $BOOTCONFIG -l $1 > $XBC_TMPFILE || exit 1
39 grep "^$1 =" $XBC_TMPFILE | cut -d= -f2- | \
45 grep -q "^$1 =" $XBC_TMPFILE
49 grep -q "^$1" $XBC_TMPFILE
55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq