提交 82bfd883 编写于 作者: 朔-望's avatar 朔-望

fix ubuntu build

上级 e216eab5
#!/bin/bash
if [ -f "~/.bashrc" ] ; then
. ~/.bashrc
elif [ -f "~/.bash_profile" ] ; then
~/.bash_profile
elif [ -f "~/.zshrc" ] ; then
. ~/.zshrc
else
echo "not found user environment. load /etc/profile"
. /etc/profile
fi
#!/usr/bin/env bash
build_for_mac() {
if [ ! `which brew` ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册