diff --git a/config/functions b/config/functions index dbfcf1eb98..44b9539772 100644 --- a/config/functions +++ b/config/functions @@ -507,7 +507,7 @@ show_config() { # strip debug_strip() { if [ ! "$DEBUG" = yes ]; then - find $* -type f -executable | xargs $STRIP 1>/dev/null || : + find $* -type f -executable | xargs $STRIP 2>/dev/null || : fi }