Minor edit

This commit is contained in:
Steven Penny 2014-06-03 23:55:32 -05:00
parent 6fc1dacd30
commit e989ec917e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ do
packages=$(awk '
{
sub("[\0\r]", "")
printf c++ ? " " $0 : $0
printf c++ ? FS $0 : $0
}
' "$file")
else