Browse Source

^M fix

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1301 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
bc190ce201
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      misc/archive/fmnewpackage.sh

+ 1
- 1
misc/archive/fmnewpackage.sh

@ -37,7 +37,7 @@
#
extract_xml_name() {
local tmp="`tr -d "\012" < $2 | grep $3 | sed "s,.*<$3>\([^<]*\)<.*,\1," | sed 's,,\n[T] ,g' | sed 's,^\[T\] $,,'`"
local tmp="`tr -d "\012" < $2 | grep $3 | sed "s,.*<$3>\([^<]*\)<.*,\1," | sed 's, ,\n[T] ,g' | sed 's,^\[T\] $,,'`"
eval "$1=\"\$tmp\""
}

Loading…
Cancel
Save