posix-configs shell scripts use /bin/sh to maximize compatibility (#10292)

- fix ocpoc line endings
This commit is contained in:
Daniel Agar
2018-08-25 11:02:37 -04:00
committed by GitHub
parent e79b9a2c1b
commit 72792cef43
20 changed files with 60 additions and 60 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh