From 82bfd8831773a65a4d97536b5be3d3cc95085db6 Mon Sep 17 00:00:00 2001 From: allonli Date: Mon, 28 May 2018 11:55:20 +0800 Subject: [PATCH] fix ubuntu build --- build.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/build.sh b/build.sh index d1603f4a9c..dc31f3b47f 100755 --- a/build.sh +++ b/build.sh @@ -1,15 +1,4 @@ -#!/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 -- GitLab