Skip to content

Commit

Permalink
use env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish committed May 29, 2022
1 parent dd422f9 commit 97a0d2a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sdk/tools/Makefile.export
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ default: all
.PHONY: clean

$(EXPORTDIR)/makeinfo.sh: $(TOPDIR)/.config $(EXPORTDIR)/Make.defs
@echo "#!/bin/bash" > $(EXPORTDIR)/makeinfo.sh
@echo "#!/usr/bin/env bash" > $(EXPORTDIR)/makeinfo.sh
@echo "" >> $(EXPORTDIR)/makeinfo.sh
@echo "ARCHSUBDIR=\"$(ARCHSUBDIR)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "ARCHDIR=\"$(ARCHDIR)\"" >> $(EXPORTDIR)/makeinfo.sh
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/build-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/build-env.sh
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/completion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/completion.sh
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/flash.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/flash.sh
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mkexport.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# tools/mkexport.sh
#
# Copyright (C) 2011-2012, 2014, 2016 Gregory Nutt. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mkkconfig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/tools/mkkconfig.sh
#
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mkmsys2deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# tools/mkmsys2deps.sh
#
# Copyright (C) 2016 Gregory Nutt. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mkromfsimg.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/mkromfsimg.sh
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mksdkexport.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# tools/mksdkexport.sh
#
# Copyright 2020 Sony Semiconductor Solutions Corporation
Expand Down
2 changes: 1 addition & 1 deletion sdk/tools/mkversion.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/mkversion.sh
#
Expand Down

0 comments on commit 97a0d2a

Please sign in to comment.