]> git.marmaro.de Git - mmh/blobdiff - uip/mhsign.sh
Added more include directories to fix building in another directory.
[mmh] / uip / mhsign.sh
index 9a060532e2ef4c23d48ab044b67625858090edb1..66ab142d6a97c0766609a0f73e0e34653230541e 100755 (executable)
@@ -91,7 +91,7 @@ lookupkeyring() {
        if [ $? != 0 ] ; then
                return 1
        fi
-       echo "$key" | sed -n '/^pub/{p;q;}' | cut -d: -f5
+       echo "$key" | sed -n '/^pub:[^idre]:/{p;q;}' | cut -d: -f5
        return 0
 }