diff options
Diffstat (limited to 'scripts/xldd.in')
-rw-r--r-- | scripts/xldd.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/xldd.in b/scripts/xldd.in index c906240e..0e8c0d07 100644 --- a/scripts/xldd.in +++ b/scripts/xldd.in @@ -158,8 +158,8 @@ fi sysroot="$( "${gcc}" -print-sysroot 2>/dev/null )" if [ -z "${sysroot}" ]; then - sysroot="$( "${gcc}" -print-file-name=libc.so 2>/dev/null \ - |sed -r -e 's:/usr/lib/libc.so$::;' \ + sysroot="$( "${gcc}" -print-file-name=libc.so 2>/dev/null \ + |${sed} -r -e 's:/usr/lib/libc.so$::;' \ )" fi if [ -z "${sysroot}" ]; then |