62fd79 Update cli_getFilesList.sh:

Authored and Committed by areguera 13 years ago
    Update cli_getFilesList.sh:
    
        - Remove the `--working-copy' and `--directory' options from the
          cli_checkFiles invocation. They entered in conflict with the
          `prepare' functionality when we tried to update link information
          through the option `--links'. Link information under ~/bin/
          directory is outside of the working copy and they are not
          directories but symbolic links and regular files.
    
        - So, since this function is widely used in centos-art.sh script,
          it is better to be on the safe side and using default
          verifications instead of specific verifications.