mirror of https://github.com/apache/cloudstack.git
apidoc issue (#4532)
* Fix sed command failure in Mac OS. * FIX, Removed the buggy line that I copied from Stackoverflow.
This commit is contained in:
parent
1a47719588
commit
160cdfb948
|
|
@ -63,9 +63,6 @@ case "$(uname)" in
|
|||
Darwin*) sedi='-i ""'
|
||||
esac
|
||||
|
||||
# Expand the parameters in the actual call to "sed"
|
||||
sed -e 's/foo/bar/' target.file
|
||||
|
||||
set -e
|
||||
(cd "$DISTDIR/xmldoc"
|
||||
cp "$thisdir"/*.java .
|
||||
|
|
|
|||
Loading…
Reference in New Issue