Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.1
-
None
Description
Most of shell scripts use shebang ling in the following format:
#!/usr/bin/env bash
But some scripts contain hardcoded "/bin/bash" which is not portable.
Please use #!/usr/bin/env bash instead for portability.
PS: it would be much better to switch to standard Bourne Shell /bin/sh, do these scripts really need bash?
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-10796 Porting Hadoop to FreeBSD
- Open