Codebase list rust-stfu8 / e042a10
list-rfs: avoid xargs parsing quote chars in the output Ximin Luo 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 fi
99 echo "$(date -d@"$t") $pkg"
1010 # trim the content
11 content=$(xargs echo -n < "$i")
11 content=$(xargs '-d\n' echo -n < "$i")
1212 if test -n "$content"; then
1313 echo " $content"
1414 fi