tools/: Scripts should use /bin/bash vs. /bin/sh

This commit is contained in:
Gregory Nutt 2016-03-28 18:18:30 -06:00
parent 23142d91fa
commit 751e85eade
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 6e43c1ef42c8204d18610771482e460f24034c69
Subproject commit 726970e8fa94aadffec255ba1f3bfd2267d26e1c

@ -1 +1 @@
Subproject commit bc630b39f5dc935b40397b72a14e4f729afa3e08
Subproject commit d0a45f2a33120a09391bba3f5e04379f3f6d9808

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
############################################################################
# tools/indent.sh
#

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# mkconfivars.sh
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# refresh.sh
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.