Merge pull request #954 from amouat/master
Move hash bang to first line.
This commit is contained in:
		
						commit
						f6dcdb7f4b
					
				|  | @ -1,3 +1,5 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
| # Copyright 2018 Google LLC | # Copyright 2018 Google LLC | ||||||
| # | # | ||||||
| # Licensed under the Apache License, Version 2.0 (the "License"); | # Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | @ -12,7 +14,6 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| #!/bin/bash |  | ||||||
| set -ex | set -ex | ||||||
| script_name=$0 | script_name=$0 | ||||||
| script_full_path=$(dirname "$0") | script_full_path=$(dirname "$0") | ||||||
|  |  | ||||||
|  | @ -1,3 +1,5 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
| # Copyright 2018 Google LLC | # Copyright 2018 Google LLC | ||||||
| # | # | ||||||
| # Licensed under the Apache License, Version 2.0 (the "License"); | # Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | @ -12,7 +14,6 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| #!/bin/bash |  | ||||||
| set -ex | set -ex | ||||||
| 
 | 
 | ||||||
| GCS_BUCKET="${GCS_BUCKET:-gs://kaniko-test-bucket}" | GCS_BUCKET="${GCS_BUCKET:-gs://kaniko-test-bucket}" | ||||||
|  |  | ||||||
|  | @ -1,3 +1,5 @@ | ||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
| # Copyright 2018 Google LLC | # Copyright 2018 Google LLC | ||||||
| # | # | ||||||
| # Licensed under the Apache License, Version 2.0 (the "License"); | # Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | @ -12,7 +14,6 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| #!/bin/bash |  | ||||||
| set -e | set -e | ||||||
| 
 | 
 | ||||||
| if [ $# -lt 3 ]; then | if [ $# -lt 3 ]; then | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue