diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-05 04:54:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-05 04:54:24 +0000 |
| commit | e0ab6cb9c7670724426458197b45745ad41fca1c (patch) | |
| tree | 5237df764835d2c29873982e973a10aa873c31b3 /usr.sbin/pkg_install/lib/file.c | |
| parent | 368b3399cd1b0e9815824cf45d0f16ad2d652931 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/file.c')
| -rw-r--r-- | usr.sbin/pkg_install/lib/file.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index 9c861514a0c3..106a5351564c 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -135,6 +135,9 @@ copy_hierarchy(char *dir, char *fname, Boolean to) } else sprintf(cmd, "tar cf - %s | tar xpf - -C %s", fname, dir); +#ifdef DEBUG + printf("Using '%s' to copy trees.\n", cmd); +#endif if (system(cmd)) barf("copy_file: Couldn't perform '%s'", cmd); } |
