summaryrefslogtreecommitdiff
path: root/system/musl/ldconfig
diff options
context:
space:
mode:
Diffstat (limited to 'system/musl/ldconfig')
-rw-r--r--system/musl/ldconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/musl/ldconfig b/system/musl/ldconfig
index 7699c6722..991927bae 100644
--- a/system/musl/ldconfig
+++ b/system/musl/ldconfig
@@ -18,11 +18,11 @@ msg() {
}
musl_arch() {
- $ROOT/usr/lib/libc.so |& sed -n 's/^musl libc (\(.*\))$/\1/p'
+ $ROOT/usr/lib/libc.so 2>&1 | sed -n 's/^musl libc (\(.*\))$/\1/p'
}
musl_version() {
- $ROOT/usr/lib/libc.so |& sed -n 's/^Version //p'
+ $ROOT/usr/lib/libc.so 2>&1 | sed -n 's/^Version //p'
}
read_ldso_conf() {