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

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 17:16:33 +00:00 committed by Gregory Nutt
parent e6ba3ccff8
commit 88d47e469f
21 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: %0 <fsimg-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: $0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: $0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: %0 <romfs-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: $0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# examples/pashello/mkhello.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: $0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# set -x
usage="Usage: $0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
usage="Usage: %0 <test-dir-path>"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/graphics/nxglyphs/inlclude/mkcursor.sh
#
# Copyright (C) 2019 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/graphics/nxglyphs/src/mksrle.sh
#
# Copyright (C) 2019 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#################################################################################
# apps/graphics/nxwidgets/Doxygen/gendoc.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#################################################################################
# apps/graphics/nxwm/Doxygen/gendoc.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
USAGE="$0 <Ficl-dir>"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
############################################################################
# apps/tools/check-hash.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/tools/define.sh
#
# Copyright (C) 2018 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/tools/incdir.sh
#
# Copyright (C) 2018 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/tools/mkimport.sh
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# apps/tools/mkkconfig.sh
#
# Copyright (C) 2015 Gregory Nutt. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# apps/tools/mkromfsimg.sh
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
############################################################################
# apps/tools/mksymtab.sh
#