Don't hardcode bash location

bash may not be installed in /bin, so don't make that assumption.

Change-Id: I04ae786c7558f829ddf9649c127cbba1457dcfd3
This commit is contained in:
Dan McGregor 2015-08-26 09:03:24 -06:00
parent 5953bdea1b
commit 26c0d09bfd
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) 2012, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright (C) 2014 The Android Open Source Project
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage() {
cat <<EOF