mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 23:18:21 +00:00
change all occurences of /bin/(ba)sh to /usr/bin/env bash which appears more portable Approved-by: Gregory Nutt <gnutt@nuttx.org>
5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd tools
|
|
./configure.sh maple/$1
|
|
cd - > /dev/null
|