mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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 ""'
|
Darwin*) sedi='-i ""'
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Expand the parameters in the actual call to "sed"
|
|
||||||
sed -e 's/foo/bar/' target.file
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
(cd "$DISTDIR/xmldoc"
|
(cd "$DISTDIR/xmldoc"
|
||||||
cp "$thisdir"/*.java .
|
cp "$thisdir"/*.java .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user