diff --git a/scripts/Create-PkgUpdPatch b/scripts/Create-PkgUpdPatch index aabc89c04..cd14254b7 100755 --- a/scripts/Create-PkgUpdPatch +++ b/scripts/Create-PkgUpdPatch @@ -45,7 +45,7 @@ if [ "$*" ] ; then fi tr ', \t' '\n\n\n' | -tr -s '\n' | tr 'A-Z' 'a-z' | +tr -s '\n' | while read x ; do pkg="" ; pkgdir="" [ -z "$x" ] && continue