Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 522428 | Differences between
and this patch

Collapse All | Expand All

(-)a/util/grub-mkconfig.in (-2 / +1 lines)
Lines 124-130 set $grub_probe dummy Link Here
124
if test -f "$1"; then
124
if test -f "$1"; then
125
    :
125
    :
126
else
126
else
127
    gettext_print "%s: Not found.\n" "$1" 1>&2
127
    gettext_printf "%s: Not found.\n" "$1" 1>&2
128
    exit 1
128
    exit 1
129
fi
129
fi
130
130
131
- 

Return to bug 522428