*: don't hardcode path to bash

Bash isn't always at this location. These scripts in particular are
being updated because they are called from outside of the SDK.
This commit is contained in:
Alex Crawford 2017-03-01 18:29:52 -08:00
parent 89fb15ae08
commit d8ea06c5c5
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")"