mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/functions: do not print strip errors
We cannot strip scipts but we also don't want to see errors regarding this.
This commit is contained in:
parent
dd50ef2191
commit
55bafe4c72
@ -507,7 +507,7 @@ show_config() {
|
|||||||
# strip
|
# strip
|
||||||
debug_strip() {
|
debug_strip() {
|
||||||
if [ ! "$DEBUG" = yes ]; then
|
if [ ! "$DEBUG" = yes ]; then
|
||||||
find $* -type f -executable | xargs $STRIP 1>/dev/null || :
|
find $* -type f -executable | xargs $STRIP 2>/dev/null || :
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user