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 <jstephenson@mvlc.org>
Wed, 17 Oct 2012 16:52:55 +0000 (12:52 -0400)
commitef209670ba675ba1e4176aef04ffc091aa16d733
tree66bf1cbd5f878ea54a66f607971a53ae9842a2dc
parentcb8668d2deff10766509838c0d0e6a368b408040
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