HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry Sivachenko via aw)
This commit is contained in:
parent
fcad031d72
commit
7d73202734
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -293,6 +293,9 @@ Trunk (Unreleased)
|
||||||
HDFS-7669. HDFS Design Doc references commands that no longer exist.
|
HDFS-7669. HDFS Design Doc references commands that no longer exist.
|
||||||
(Brahma Reddy Battula via aw)
|
(Brahma Reddy Battula via aw)
|
||||||
|
|
||||||
|
HDFS-7755. httpfs shell code has hardcoded path to bash (Dmitry
|
||||||
|
Sivachenko via aw)
|
||||||
|
|
||||||
Release 2.7.0 - UNRELEASED
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue