Update all script to use /usr/bin/env bash in shebang

This commit is contained in:
Matthias Bertschy 2018-04-16 18:31:44 +02:00
parent b1357da473
commit 9b15af19b2
254 changed files with 265 additions and 265 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #
@ -119,7 +119,7 @@ generate_chroot_wrapper() {
mkdir -p $wrapper_dir mkdir -p $wrapper_dir
cat >$wrapper_path <<EOF cat >$wrapper_path <<EOF
#!/bin/bash #!/usr/bin/env bash
chroot ${MOUNTER_PATH} ${driver_path} "\$@" chroot ${MOUNTER_PATH} ${driver_path} "\$@"
EOF EOF

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2018 The Kubernetes Authors. # Copyright 2018 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set +ex set +ex

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
MY_HOSTNAME=$(hostname) MY_HOSTNAME=$(hostname)
: ${JUJU_UNIT_NAME:=`uuidgen`} : ${JUJU_UNIT_NAME:=`uuidgen`}

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -ex set -ex

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
MY_HOSTNAME=$(hostname) MY_HOSTNAME=$(hostname)
: ${JUJU_UNIT_NAME:=`uuidgen`} : ${JUJU_UNIT_NAME:=`uuidgen`}

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2014 The Kubernetes Authors. # Copyright 2014 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors. # Copyright 2017 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2015 The Kubernetes Authors. # Copyright 2015 The Kubernetes Authors.
# #

Some files were not shown because too many files have changed in this diff Show More