Skip to content

Commit

Permalink
bsdtar is used on some systems like Gentoo, and on FreeBSD, tar is ac…
Browse files Browse the repository at this point in the history
…tually a symlink to bsdtar
  • Loading branch information
vthriller committed Mar 3, 2021
1 parent d142d26 commit 451e826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
// list and generate it at runtime.
static int proc_names_cnt;
static char **proc_names;
char *default_proc_names[] = {"cp", "mv", "dd", "tar", "cat", "rsync", "scp",
char *default_proc_names[] = {"cp", "mv", "dd", "tar", "bsdtar", "cat", "rsync", "scp",
"grep", "fgrep", "egrep", "cut", "sort", "md5sum", "sha1sum",
"sha224sum", "sha256sum", "sha384sum", "sha512sum",
#ifdef __FreeBSD__
Expand Down

0 comments on commit 451e826

Please sign in to comment.