typo
authorS.Çağlar Onur <caglar@verivue.com>
Fri, 11 Mar 2011 22:59:41 +0000 (17:59 -0500)
committerS.Çağlar Onur <caglar@verivue.com>
Fri, 11 Mar 2011 22:59:41 +0000 (17:59 -0500)
build.common

index 27c7606..6ebd55b 100644 (file)
@@ -752,8 +752,8 @@ function yumconf_gpgkey () {
     dest_yumconf=$1; shift
 
     values=$(grep -h '^gpgkey=' $dest_yumconf | sed -e s,gpgkey=,, | sed -e 's,$basearch,'"$pl_DISTRO_ARCH",g | xargs)
-    [ -n "$value" ] || return 1
-    echo $value
+    [ -n "$values" ] || return 1
+    echo $values
     return 0
 }