From 3627d0043fab867ea783f86887050818e4539992 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 21 Sep 2005 08:33:22 +0000 Subject: [PATCH] Mathieu Doidy: Create-PkgUpdPatch: do not lowerize the version [2005091513530910710] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6397 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Create-PkgUpdPatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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