Return-Path: X-Original-To: apmail-eagle-commits-archive@minotaur.apache.org Delivered-To: apmail-eagle-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D575318A4D for ; Wed, 16 Dec 2015 06:14:59 +0000 (UTC) Received: (qmail 55137 invoked by uid 500); 16 Dec 2015 06:14:59 -0000 Delivered-To: apmail-eagle-commits-archive@eagle.apache.org Received: (qmail 55108 invoked by uid 500); 16 Dec 2015 06:14:59 -0000 Mailing-List: contact commits-help@eagle.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.incubator.apache.org Delivered-To: mailing list commits@eagle.incubator.apache.org Received: (qmail 55099 invoked by uid 99); 16 Dec 2015 06:14:59 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 06:14:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4824BC0D4C for ; Wed, 16 Dec 2015 06:14:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.227 X-Spam-Level: * X-Spam-Status: No, score=1.227 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id RsJe7Pa2s8tc for ; Wed, 16 Dec 2015 06:14:51 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 121DF439AB for ; Wed, 16 Dec 2015 06:14:50 +0000 (UTC) Received: (qmail 55073 invoked by uid 99); 16 Dec 2015 06:14:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 06:14:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E95CE0B13; Wed, 16 Dec 2015 06:14:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hao@apache.org To: commits@eagle.incubator.apache.org Message-Id: <13230785c67a4c62aa47c19a9e8ec935@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-eagle git commit: EAGLE-94 Add shebang in eagle-lib.sh Date: Wed, 16 Dec 2015 06:14:50 +0000 (UTC) Repository: incubator-eagle Updated Branches: refs/heads/master 52b8e58b1 -> 208086424 EAGLE-94 Add shebang in eagle-lib.sh Add Shebang in eagle-lib.sh to fix the bug that eagle-lib.sh cannot be sourced in Mac. https://issues.apache.org/jira/browse/EAGLE-94 Author: @qinzhaokun Reviewer: @haoch Closes #33 Closes #17 Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/20808642 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/20808642 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/20808642 Branch: refs/heads/master Commit: 20808642471c879b0e4a656a3023fde726b5570a Parents: 52b8e58 Author: Hao Chen Authored: Wed Dec 16 14:13:17 2015 +0800 Committer: Hao Chen Committed: Wed Dec 16 14:13:17 2015 +0800 ---------------------------------------------------------------------- eagle-external/eagle-docker/bin/eagle-lib.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/20808642/eagle-external/eagle-docker/bin/eagle-lib.sh ---------------------------------------------------------------------- diff --git a/eagle-external/eagle-docker/bin/eagle-lib.sh b/eagle-external/eagle-docker/bin/eagle-lib.sh index 4c166ef..c988866 100755 --- a/eagle-external/eagle-docker/bin/eagle-lib.sh +++ b/eagle-external/eagle-docker/bin/eagle-lib.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.