Diff
Not logged in

Differences From Artifact [4445dd3e28]:

To Artifact [8ab3b95380]:


70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
            puts stdout [appendArgs \
                "file \"" $fileName \
                " mismatches public key token from file \"" \
                $keyFile \"]
          }
        } else {
          puts stdout [appendArgs \
              "file \"" $fileName " is probably not a key file"]
        }
      } else {
        puts stdout [appendArgs \
            "file \"" $fileName " does not exist"]
      }
    } else {
      puts stdout [appendArgs \
          "environment variable \"" $varName " has no value"]
    }
  } else {
    puts stdout [appendArgs \
        "environment variable \"" $varName " was not found"]
  }

  return false
}

proc matchKeyFileTokens { keyFile1 keyFile2 } {
  if {[string length $keyFile1] == 0 || \







|



|



|



|







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
            puts stdout [appendArgs \
                "file \"" $fileName \
                " mismatches public key token from file \"" \
                $keyFile \"]
          }
        } else {
          puts stdout [appendArgs \
              "file \"" $fileName "\" is probably not a key file"]
        }
      } else {
        puts stdout [appendArgs \
            "file \"" $fileName "\" does not exist"]
      }
    } else {
      puts stdout [appendArgs \
          "environment variable \"" $varName "\" has no value"]
    }
  } else {
    puts stdout [appendArgs \
        "environment variable \"" $varName "\" was not found"]
  }

  return false
}

proc matchKeyFileTokens { keyFile1 keyFile2 } {
  if {[string length $keyFile1] == 0 || \