From: Michael Schroeder Date: Wed, 24 Jun 2009 09:28:27 +0000 (+0200) Subject: - fix typo: "desc" -> "descr". Seems to make no difference, though X-Git-Tag: BASE-SuSE-Code-12_1-Branch~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac907754ddd080f64146648767d6f5916f72b92;p=thirdparty%2Flibsolv.git - fix typo: "desc" -> "descr". Seems to make no difference, though --- diff --git a/tools/repo2solv.sh b/tools/repo2solv.sh index 82cf382c..288acf2c 100755 --- a/tools/repo2solv.sh +++ b/tools/repo2solv.sh @@ -7,7 +7,7 @@ get_DESCRDIR () { local d=$(grep '^DESCRDIR' content | sed 's/^DESCRDIR[[:space:]]\+\(.*[^[:space:]]\)[[:space:]]*$/\1/') if test -z "$d"; then - echo suse/setup/desc + echo suse/setup/descr else echo ${d} fi