Made the push_dir() function take an option to skip the actual chdir()
authorWayne Davison <wayned@samba.org>
Sun, 8 Oct 2006 20:56:52 +0000 (20:56 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 8 Oct 2006 20:56:52 +0000 (20:56 +0000)
commitba081be327dac7fe6018ee4f14e9b07ace99ac73
treeb0b58e33eb0ee983a36ee311a01e9c951d84a7a5
parent3e88414e4e01e18eff080fc14f1359e37f5d99fe
Made the push_dir() function take an option to skip the actual chdir()
call.  Used when the dest-dir doesn't exist and --dry-run was specified.
util.c