mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/functions: change debug_strip syntax
This commit is contained in:
@@ -481,7 +481,7 @@ show_config() {
|
||||
# strip
|
||||
debug_strip() {
|
||||
if [ ! "$DEBUG" = yes ]; then
|
||||
$STRIP `find $* -type f -executable 2>/dev/null` 2>/dev/null || :
|
||||
find $* -type f -executable | xargs $STRIP 1>/dev/null || :
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user