BSD compat changes for 'cp' with a directory
authorBill Erickson <berick@esilibrary.com>
Sun, 20 Nov 2011 23:37:31 +0000 (18:37 -0500)
committerJason Stephenson <jason@sigio.com>
Wed, 28 Mar 2012 01:11:59 +0000 (21:11 -0400)
commit5f341cb3d31b08594c35e1462d9f0e0fc4819894
treee0d407cf071d38cb2d7866d3b549328aa5585302
parentd4751e023dd75c0aa4e945a4866aff8393cb81f8
BSD compat changes for 'cp' with a directory

When copying an entire directory with 'cp -r', change "cp -r foo/" to "cp
-r foo".  BSD cp treats "cp -r foo/" like "cp -r foo/*", which copies
the contents of foo to the destination directory and not the directory
foo itself.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/xul/staff_client/Makefile.am