Merged in manuelstuehn/nuttx/feature/bsd-portable (pull request #975)

change all occurences of /bin/(ba)sh to /usr/bin/env bash which appears more portable

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Manuel Stühn
2019-08-10 15:57:26 +00:00
committed by Gregory Nutt
parent 5ed743d58a
commit 5585cc421c
54 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# tools/showsize.sh
#