diff --git a/scripts/pkg.sh b/scripts/pkg.sh index 27f14ee8..61fd3abb 100644 --- a/scripts/pkg.sh +++ b/scripts/pkg.sh @@ -756,7 +756,7 @@ cmd_log_install() shift - local args="`echo " $args" | sed -e 's/ -l *[^ ]*//g; s/ -f *[^ ]*//g; s/\b-a\b//g; s/ -N / /g'`" + local args="`echo " $args" | sed -e 's/ -l *[^ ]*//g; s/ -f *[^ ]*//g; s/ -a / /g; s/ -N / /g'`" if [ -z "$c_use_attr" ]; then #args="`echo " $args" | sed -e 's/ -g *[^ ]*//g; s/ -m *[^ ]*//g; s/ -o *[^ ]*//g;'`"