Temporary BSD sed compat fixes
authorBill Erickson <berick@esilibrary.com>
Mon, 21 Nov 2011 00:10:26 +0000 (19:10 -0500)
committerBill Erickson <berick@esilibrary.com>
Thu, 22 Mar 2012 19:17:14 +0000 (19:17 +0000)
commit518dcde072c695a8b8a1199f3032604007a8eb71
tree6defb7584e6b3388e72913ff9d88c27181d4c90a
parent8089eb26f57fa0c55692d48fa090203cb72e66d3
Temporary BSD sed compat fixes

BSD sed "-i" option requires an argument.  This temporary fix defines
SEDI as "sed -i ''" for BSD.

TODO: make this generally compatible with Linux by detecting the OS or
using sed (or similar) in a different manner.

Note:

sed -i '' works in BSD but not Linux.
sed -i''  works in Linux but not BSD.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Makefile.am
Open-ILS/src/Makefile.am
Open-ILS/xul/staff_client/Makefile.am