mktclindex, is this a bug???

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf mktclindex, is this a bug???

  • Creator
    Topic
  • #54852
    TorfinnK
    Participant

      Hi

      I just moved all .tcl from one site to the master site, ran mktclindex on the master site and mktclindex on the site where from I moved all tcl.

      The response was “No .tcl files found” as expectet, but the tclIndex is not changed. We need to manually delete the tclIndex or empty it.

      I’m not sure if this should be reported as a bug.

    Viewing 0 reply threads
    • Author
      Replies
      • #83214
        Robert Milfajt
        Participant

          An excerpt from the mktclindex I have in 6.0.1.

          Code:


          set tclFileList [glob -nocomplain -directory . $argv]
          if {[llength $tclFileList] == 0} {
             puts stderr “No .tcl files found”
             exit 66    ;# EX_NOINPUT
          }

          I guess the answer to your question based on this is FAD (functioning as designed).

          Hope this helps,

          Robert Milfajt
          Northwestern Medicine
          Chicago, IL

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.