mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
tools/: Scripts should use /bin/bash vs. /bin/sh
This commit is contained in:
+1
-1
Submodule Documentation updated: 6e43c1ef42...726970e8fa
+1
-1
Submodule configs updated: bc630b39f5...d0a45f2a33
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
############################################################################
|
############################################################################
|
||||||
# tools/indent.sh
|
# tools/indent.sh
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# mkconfivars.sh
|
# mkconfivars.sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# refresh.sh
|
# refresh.sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
|
|||||||
Reference in New Issue
Block a user