fix(build sh):Remove dependency on cvisetup.sh
This commit is contained in:
@ -18,7 +18,7 @@ function _build_default_env()
|
|||||||
|
|
||||||
function gettop()
|
function gettop()
|
||||||
{
|
{
|
||||||
local TOPFILE=build/cvisetup.sh
|
local TOPFILE=build/milkvsetup.sh
|
||||||
if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then
|
if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then
|
||||||
# The following circumlocution ensures we remove symlinks from TOP.
|
# The following circumlocution ensures we remove symlinks from TOP.
|
||||||
(cd "$TOP"; PWD= /bin/pwd)
|
(cd "$TOP"; PWD= /bin/pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user