X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ybin%2Fybin;h=82ddda56c071ef21eaba1b4da8cfb0e3d21d4cc0;hp=fe56cddb3e57297e0c2693c225459a7522306013;hb=1aa69fb0cd1252fd3f051e4bbfa717bb3daed8c3;hpb=b58b7f84f40f96f61a1d5fc1f88a1abd9c1a4193 diff --git a/ybin/ybin b/ybin/ybin index fe56cdd..82ddda5 100755 --- a/ybin/ybin +++ b/ybin/ybin @@ -28,7 +28,7 @@ if [ -n "$PATH_PREFIX" ] ; then fi PRG="${0##*/}" SIGINT="$PRG: Interrupt caught ... exiting" -VERSION=1.3.7-pre1 +VERSION=1.3.8-UNSUPPORTED_DEVEL_DO_NOT_DISTRIBUTE DEBUG=0 VERBOSE=0 TMP="${TMPDIR:-/tmp}" @@ -544,7 +544,7 @@ if (command -v readlink > /dev/null 2>&1) ; then else readlink() { - SYMTARGET="$(v=`ls -l "$2" 2>/dev/null` ; echo ${v##*> })" + local SYMTARGET="$(v=`ls -l "$2" 2>/dev/null` ; echo ${v##*> })" if [ -n "$SYMTARGET" ] ; then echo "$SYMTARGET" return 0