diff options
| -rw-r--r-- | helper/binutil.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/binutil.inc b/helper/binutil.inc index 53f5f5d4..e6c43559 100644 --- a/helper/binutil.inc +++ b/helper/binutil.inc @@ -105,7 +105,7 @@ get_link_chain() { if [ $# == 2 ] ; then [ ! -d $2 ] && perror "get_link_chain: $2 is not a directory." # got a prefix - local PREFIX=$2 + local PREFIX=$(readlink -f $2) else # mark prefix as not set local PREFIX="notset" |
