# File lib/fpm/util.rb, line 314
  def tar_cmd_supports_sort_names_and_set_mtime?
    tar_cmd if not defined? @@tar_cmd_deterministic
    return @@tar_cmd_deterministic
  end