提交 e29c5173 编写于 作者: D Daniel Imms

Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"

This reverts commit 86dace91.
上级 8cf28638
#!/usr/bin/env bash
#!/bin/bash
set -e
# set agent specific npm cache
......
#!/usr/bin/env bash
#!/bin/bash
set -e
# setup nvm
......
#!/usr/bin/env bash
#!/bin/bash
set -e
./build/tfs/linux/build.sh ia32 "$@"
\ No newline at end of file
#!/usr/bin/env bash
#!/bin/bash
set -e
./build/tfs/linux/build.sh x64 "$@"
\ No newline at end of file
#!/usr/bin/env bash
#!/bin/bash
. ./build/tfs/common/node.sh
. ./scripts/env.sh
......
#!/usr/bin/env bash
#!/bin/bash
if [ ! -f pat ]; then
echo "Error: file pat not found"
......
#!/usr/bin/env bash
#!/bin/bash
#
# /etc/rc.d/init.d/xvfbd
#
......
#!/usr/bin/env bash
#!/bin/bash
. ./scripts/env.sh
. ./build/tfs/common/common.sh
......
#!/usr/bin/env bash
#!/bin/bash
set -e
. ./build/tfs/common/node.sh
......
#!/usr/bin/env bash
#!/bin/bash
if [ ! -f pat ]; then
echo "Error: file pat not found"
......
#!/usr/bin/env bash
#!/bin/bash
#
# /etc/rc.d/init.d/xvfbd
#
......
#!/usr/bin/env bash
#!/bin/bash
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
......
#!/usr/bin/env bash
#!/bin/bash
export npm_config_disturl=https://atom.io/download/electron
export npm_config_target=$(node -p "require('./package.json').electronVersion")
export npm_config_runtime=electron
......
#!/usr/bin/env bash
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
......
#!/usr/bin/env bash
#!/bin/bash
set -e
if [[ "$OSTYPE" == "darwin"* ]]; then
......
#!/usr/bin/env bash
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
......
#!/usr/bin/env bash
#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
......
#!/usr/bin/env bash
#!/bin/bash
terminateTree() {
for cpid in $(/usr/bin/pgrep -P $1); do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册