1
0
Fork 0
forked from mirrors/openup
This commit is contained in:
Antoine Jacoutot 2013-08-27 15:50:23 +02:00
commit c54a833668

2
openup
View file

@ -195,7 +195,7 @@ check_vuxml() {
-e 's/.*<p>\(.*\)<\/p>.*/\1/p' | uniq | \ -e 's/.*<p>\(.*\)<\/p>.*/\1/p' | uniq | \
while read l; do echo -n "${l} "; done while read l; do echo -n "${l} "; done
echo "\n" echo "\n"
done | fmt | sed '/^$/d' | uniq -u done | fmt | sed '/^$/d'
} }
while getopts 'SUcn' arg; do while getopts 'SUcn' arg; do