Home
last modified time | relevance | path

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

/external/grub/util/
Dgrub-image.in35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'`
36 test "X$thisdir" = "X$0" && thisdir=.
40 if test -f $thisdir/../stage2/stage2; then
41 grub_shell="$thisdir/../grub/grub"
42 stage1dir="$thisdir/../stage1"
43 stage2dir="$thisdir/../stage2"
Dgrub-image35 thisdir=`echo "$0" | sed 's%/[^/]*$%%'`
36 test "X$thisdir" = "X$0" && thisdir=.
40 if test -f $thisdir/../stage2/stage2; then
41 grub_shell="$thisdir/../grub/grub"
42 stage1dir="$thisdir/../stage1"
43 stage2dir="$thisdir/../stage2"