Merge pull request #653 from crawford/bash

*: don't hardcode path to bash
This commit is contained in:
Alex Crawford 2017-03-20 15:26:31 -07:00 committed by GitHub
commit 09fd7a37c1
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2013 The CoreOS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2014 CoreOS, Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will copy the Azure image from the CoreOS build bucket into
# Azure storage, create an Azure VM image, and replicate it to all regions. It

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will replicate the given image into all Azure regions. It needs
# to be run in an environment where the azure-xplat-cli has been installed and

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will set the icon, recommended VM size, and optionally the
# publication date for the specified OS image to the CoreOS logo. It needs to

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will replicate the given image into all Azure regions. It needs
# to be run in an environment where the azure-xplat-cli has been installed and

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will un-replicate the given image. It needs to be run in an
# environment where the azure-xplat-cli has been installed and configured with

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script will update the Azure Gallery repo with the specified group and
# version.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -ex
BOARD="$1"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -ex
KEY="$1"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# If there is no default printer use ./print_key.sh prod-2 -d printer_name
# List available printers with lpstat -a

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -ex
DATA_DIR="$(readlink -f "$1")"