mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
tools/: Scripts should use /bin/bash vs. /bin/sh
This commit is contained in:
parent
23142d91fa
commit
751e85eade
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 6e43c1ef42c8204d18610771482e460f24034c69
|
||||
Subproject commit 726970e8fa94aadffec255ba1f3bfd2267d26e1c
|
2
configs
2
configs
|
@ -1 +1 @@
|
|||
Subproject commit bc630b39f5dc935b40397b72a14e4f729afa3e08
|
||||
Subproject commit d0a45f2a33120a09391bba3f5e04379f3f6d9808
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
############################################################################
|
||||
# tools/indent.sh
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# mkconfivars.sh
|
||||
#
|
||||
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# refresh.sh
|
||||
#
|
||||
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||
|
|
Loading…
Reference in a new issue