From caa6067f7faf33200681c75843ce2e059cb1c0b4 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 15 Oct 2010 20:06:53 -0700 Subject: Various fixes for cp argument portability --- recipes/ecj/libecj-bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/ecj') diff --git a/recipes/ecj/libecj-bootstrap.inc b/recipes/ecj/libecj-bootstrap.inc index a92e87e86d..1adce625ec 100644 --- a/recipes/ecj/libecj-bootstrap.inc +++ b/recipes/ecj/libecj-bootstrap.inc @@ -38,7 +38,7 @@ do_unpackpost() { # Make a copy of the remaining source to get the embedded # resources. - cp -r source/org build/ + cp -R source/org build/ # Remove source code and other stuff. find build -name '*.java' -exec rm -f {} \; -- cgit 1.2.3-korg