Searched refs:tmp_new_fname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in197 tmp_new_fname=`ls -al $tmp_fname | sed -n 's%.*-> \(.*\)%\1%p'`
198 if test -z "$tmp_new_fname"; then
204 case $tmp_new_fname in
205 /*) tmp_fname="$tmp_new_fname"
207 *) tmp_fname="`echo $tmp_fname | sed 's%/[^/]*$%%'`/$tmp_new_fname"

Completed in 57 milliseconds